| 07-30-2006, 10:03 PM | #1 |
Event- Map initialization Condition - nothing Event - If Toochaos equal to name of player 1 (red) then do nothing else do game defeat. this seems to always end the game regardless of if i am player 1. Basically i dont want people to play my map when it isnt ready for distribution, and im not sure how to do this apart from that trigger can anyone suggest another corse of action its much apreciated |
| 07-30-2006, 10:07 PM | #2 |
It is case sensitive. Convert the string of the player name to lower case, and use lower case for the string you are comparing it against (toochaos). |
| 07-30-2006, 10:07 PM | #3 |
Use this trigger Set the end of the loop to the maximum number of Players. |
| 07-30-2006, 10:31 PM | #4 |
thank you guys |
| 07-30-2006, 11:39 PM | #5 |
Did that work or not? If it dident your name might be not be Toochaos when testing, its something like WorldEditTest or something. |
