| Author |
Message |
Topic: #SEND problem |
Elric
Replies: 12
Views: 4419
|
Forum: zMUD General Discussion Posted: Thu Jul 22, 2004 5:14 pm Subject: Use %quote |
DeathDealer,
#var temp_variable test
#echo "abc @temp_variable 123"
Output: abc @temp_variable 123
#echo %quote(abc @temp_variable 123)
Output: abc test 123
You are sending the va ... |
Topic: Clock Arithmetic |
Elric
Replies: 3
Views: 2562
|
Forum: zMUD General Discussion Posted: Mon Jul 19, 2004 10:54 pm Subject: Clock Arithmetic |
Ahhh I can use nested functions that is a *BIG* help
Here is a working script based on the above posts, maybe someone else will find it useful:
#function time_fn {@time_fn_range(%eval( ... |
Topic: Clock Arithmetic |
Elric
Replies: 3
Views: 2562
|
Forum: zMUD General Discussion Posted: Mon Jul 19, 2004 12:02 am Subject: Clock Arithmetic |
I have a working alias called "offset" that shows what the time would be if you add or subtract a certain number of minutes from the current time, using the %time(h:nn AM/PM) format.
#alias offset ... |
| |