Possibility to View List of Triggers

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

Sankentyosu
Member
Posts: 72
Joined: September 9th, 2012, 3:00 pm

Possibility to View List of Triggers

Post by Sankentyosu »

I was just wonder if it was possible to view triggers/functions within a map.
Perhaps deprotection is needed first but is there a way to view a list of most/all of a maps triggers (like bring unit X to location Y causes Z)

Thanks
I like Korean RPGs and I like to make guides.
Since there is no control on this forum,
there wont be any further guides (or updates) from me.
JustANewbie
Forum Spammer
Posts: 510
Joined: August 18th, 2012, 2:32 am

Re: Possibility to View List of Triggers

Post by JustANewbie »

you can view the map script using jass craft if you know jass
User avatar
Bartimaeus
Tyrannical Drama Queen
Posts: 4424
Joined: November 19th, 2007, 5:05 am

Re: Possibility to View List of Triggers

Post by Bartimaeus »

The GUI, what you see in the triggers editor in World Editor? In most cases, no, as optimizers delete that and only keep the raw coding, the JASS, which is completely different.
User avatar
haxorico
Super Moderator
Posts: 3190
Joined: February 24th, 2009, 1:31 pm
Location: JEW LAND

Re: Possibility to View List of Triggers

Post by haxorico »

Although you can manually re-make the triggers in the gui.

I find it easier to code and read using direct jass and not using the GUI
Image
Spoiler:
(02:24:09)

Code: Select all

ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).

Code: Select all


(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac:


Code: Select all

(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code: Select all

(15:42:51) Lanaya: can i suck , . . .

Code: Select all

(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code: Select all

GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code: Select all

(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).


Code: Select all

(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?
Sankentyosu
Member
Posts: 72
Joined: September 9th, 2012, 3:00 pm

Re: Possibility to View List of Triggers

Post by Sankentyosu »

Oh okay, i see.
Thanks for the responses
I like Korean RPGs and I like to make guides.
Since there is no control on this forum,
there wont be any further guides (or updates) from me.