Getting a command from jass possible?

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

darknessfalls
Newcomer
Posts: 1
Joined: March 5th, 2008, 3:45 pm

Getting a command from jass possible?

Post by darknessfalls »

I have this extremely old map in warcraft 3 that I recently hacked, of course all the triggers are in jass, In this map when selecting a sertan unit and saying a command for example
-admin hero it will spawns a secret hero. Inside this map there is a command and a hero but I have no clue what the words are to spawning it. Is it possible to read Jass and find out what the command actually is?

Hope you understand, :?

Thanks for the help.
User avatar
weirdone2
Forum Staff
Posts: 926
Joined: June 3rd, 2007, 8:03 pm

Re: Getting a command from jass possible?

Post by weirdone2 »

Yes it is. o.0
User avatar
Aero
Forum Staff
Posts: 829
Joined: January 28th, 2007, 8:10 pm
Title: JASS Programmer
Location: Canada

Re: Getting a command from jass possible?

Post by Aero »

Of course.
Try searching "call TriggerRegisterPlayerChatEvent"
See what you find.