Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Can there be spaces in custom script?
Can there be spaces in custom script?
08-22-2006, 03:46 AM
#1
[niro]
Will this work?
Code:
Custom script: call DestroyTrigger(Exit Car A())
or does there have to be underscores between the words, even though the actual trigger name has spaces?
08-22-2006, 04:01 AM
#2
karukef
The actuall trigger name does NOT have spaces, it just looks like that in the GUI. So put in underscores.
08-22-2006, 04:20 AM
#3
PipeDream
it also has gg_trg_ prepended to it. Convert to custom text to see the name.
08-22-2006, 04:22 AM
#4
[niro]
Okay thank you for that clarification!