SOLVED
Thanks Bartimaeus
Spoiler:
All you guys know the systems -rdem and -arusm(the most popular modes in games).
Well, I was trying to do a shortcut(which failed horribly)....
Basically this is what the trigger looked like.
Untitled Trigger 001
Events
Player - Player 1 (Red) types a chat message containing - as A substring
Conditions
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
Or - Any (Conditions) are true
Conditions
(Substring((Entered chat string), 2, 4)) Equal to aa
(Substring((Entered chat string), 4, 6)) Equal to aa
Then - Actions
Game - Display to (All players) the text: BOO!, I don't care ...
Else - Actions
When i typed:
-bbaa
-aa
It totally worked, But, if i typed -aabb, Nothing happened....Why? I mean the 2-4 string is aa, then how come its not working!
Any suggestions on my string problem?
Well, I was trying to do a shortcut(which failed horribly)....
Basically this is what the trigger looked like.
Untitled Trigger 001
Events
Player - Player 1 (Red) types a chat message containing - as A substring
Conditions
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
Or - Any (Conditions) are true
Conditions
(Substring((Entered chat string), 2, 4)) Equal to aa
(Substring((Entered chat string), 4, 6)) Equal to aa
Then - Actions
Game - Display to (All players) the text: BOO!, I don't care ...
Else - Actions
When i typed:
-bbaa
-aa
It totally worked, But, if i typed -aabb, Nothing happened....Why? I mean the 2-4 string is aa, then how come its not working!
Any suggestions on my string problem?