ill get this one..
it goes like this::
say you have a 'cheat' trigger running in your map that gives a player money.
well, this trigger could be open to anyone who did the event action right? (the answer is yes)
so what you have to do is add a condition that would make is so only you, and your account name can cause this trigger to run the actions.
Here is an example of a very simple money trigger..
EVENTS:
player - player 1 (red) presses the up arrow key
player - player 2 (blue) presses the up arrow key
player - player 3 (teal) presses the up arrow key
**keep the list going for as many players in your game to give you the option to be any color and still have the money cheat usable**
CONTIDIONS
(name of (triggering player)) equal to baba-wc
**this is the name spoofer, so he called it. it just makes sure only you can get the money. very important**
ACTIONS
player- add 1000 to player 1 (red) current gold
player- add 1000 to player 2 (blue) current gold
player- add 1000 to player 3 (teal) current gold
**and again, you need to put all the usable players in the events and actions otherwise you cannot be any player you want to be.**
anywho, im just starting with all this trigger stuff and i probably shouldnt be givin out advise yet, but thats what i did the time i wanted to try it.. oh yeah, the condition is a string comparison, look for that.
lata
~sarah the spy