|
Loto Apprentice
Joined: 05 May 2003 Posts: 194
|
Posted: Tue Dec 23, 2003 7:23 am
Two Questions.... |
1. Is it possible to make zMUD display a message on the screen like teh way the Tick Timer does? If so, how?
2. How would I make a trigger that was like "If this is less than/greather than this than do this" Basically, is it possible to do less than/greater than things? If so, how? |
|
|
|
SolReapr Beginner
Joined: 03 Sep 2003 Posts: 13 Location: USA
|
Posted: Tue Dec 23, 2003 9:23 am |
1. #ECHO text or #SAY text
Echo the string to the top window. Like the SAY command, except SAY echoes to the window it was issued from. The difference is when performing trigger actions. Using SAY, the trigger will echo the string to the window that issued the trigger. Using ECHO it will echo to the window the user is currently viewing.
2. Check out the help files on the #IF command, and the section on Expressions
You can have a trigger that evaluates an expression or #IF statement by changing the Type to Expression rather than Pattern. |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|