Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Interesting thing that crashes the WE
Interesting thing that crashes the WE
03-21-2004, 08:03 PM
#1
Narwanza
Warcraft can't handle \'s in any strings. It crashes the WE. So the string "joe\blow" crashes the WE. I just thought it was kind of interesting.
03-21-2004, 08:53 PM
#2
ThyFlame
How was this used when it occured?
03-23-2004, 12:22 AM
#3
Narwanza
Basically like my example. Not exact words, but same concept.
03-23-2004, 11:10 AM
#4
ThyFlame
I meant did you type it and a trigger went to manipulate it or was it predefined / calculated by some other means.
03-23-2004, 12:49 PM
#5
Cacodemon
Not only slashes cause WE crush. String formatting symbols (%i, %s f.e.) even in comments also do the same.