- Joined
- Oct 7, 2010
- Messages
- 30
Hey, i was wondering how to make it possible to have a chat enabled event, that will only take effect if the name of the person who entered the chat string is a part of a list.
I have the normal chat event, and my action is something like this
I have the normal chat event, and my action is something like this
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
- (Integer((Name of (Triggering player)))) Equal to (Integer(corruption.))
- (Integer((Name of (Triggering player)))) Equal to (Integer(upsidedownface))
-
Conditions
-
Or - Any (Conditions) are true
-
Then - Actions
- Trigger - Turn on Moved 2 <gen>
-
Else - Actions
- Do nothing
-
If - Conditions