Author |
Message |
Topic: Run script when variable changes |
janibeg
Replies: 4
Views: 7892
|
Forum: CMUD General Discussion Posted: Fri Sep 16, 2011 7:53 am Subject: Run script when variable changes |
Can smb post any example pls |
Topic: Alias "Stacking" |
janibeg
Replies: 3
Views: 8084
|
Forum: CMUD General Discussion Posted: Fri Sep 16, 2011 7:39 am Subject: Alias "Stacking" |
use
#alias oar {order all rescue %0} |
Topic: Need help Zmud->Cmud transfer script |
janibeg
Replies: 2
Views: 5585
|
Forum: CMUD General Discussion Posted: Wed May 11, 2011 9:30 am Subject: Need help Zmud->Cmud transfer script |
I had smth like that at Zmud:
#act {*} {
#if (%tick=27) {sleep}
#if (%tick=2) {stand;do_smth}
}
My mud's tick is 30 sec, so i used it to sleep before 3 sec to tick //#if (%tick=27) {sleep}
... |
|