[JASS] Trigstr_x

Status
Not open for further replies.
Level 8
Joined
Aug 4, 2006
Messages
357
hello again. i converted my whole map to JASS, and i noticed that most of the strings that i entered into trigger actions were changed to "TRIGSTR_<somenumber>." example:
JASS:
call DialogSetMessageBJ( udg_teamDialog, "TRIGSTR_306"
where in the map code are all these TRIGSTRs defined? how do i check what their values are and/or change them?
thanks in advance.
 
my question was actually how to find what values those variables were assigned, but i just went into the old gui version and copied the text from there. a bit of a pain, but it'll be worth it. i'm still curious where world editor assigns values to TRIGSTRs...
 
Status
Not open for further replies.
Back
Top