Author |
Message |
Topic: Is there any way to reset a variable by ... |
Etheledda
Replies: 2
Views: 1367
|
Forum: zMUD General Discussion Posted: Tue Mar 04, 2003 2:26 pm Subject: Is there any way to reset a variable by ... |
just moving through MUD. means i just walk and after each east,west, south etc the variable resets... triggers on the directions don't fit because i use brief (e,w,s,n,u,d) and that means such trigger ... |
Topic: Attack trigger after being summoned. |
Etheledda
Replies: 5
Views: 2369
|
Forum: zMUD General Discussion Posted: Mon Mar 03, 2003 11:23 pm Subject: Attack trigger after being summoned. |
you got me wrong...
i need to reset it after my each move...
because if i walk into room - i must have it resetted to count right
|
Topic: Attack trigger after being summoned. |
Etheledda
Replies: 5
Views: 2369
|
Forum: zMUD General Discussion Posted: Mon Mar 03, 2003 8:31 pm Subject: Attack trigger after being summoned. |
alias should be
#al {kill <@target>.XXXXX} as i figured
becuase else it doesn't understand it.
thanks for reply...
i have another question though now :P
how to connect resetting of var ... |
Topic: Attack trigger after being summoned. |
Etheledda
Replies: 5
Views: 2369
|
Forum: zMUD General Discussion Posted: Mon Mar 03, 2003 7:35 pm Subject: Attack trigger after being summoned. |
Forgot to add... i reset @counter by trigger
#trigger {XXXXX has summoned you!} {counter=0}
|
Topic: Attack trigger after being summoned. |
Etheledda
Replies: 5
Views: 2369
|
Forum: zMUD General Discussion Posted: Mon Mar 03, 2003 7:32 pm Subject: Attack trigger after being summoned. |
I have two problems here. In the moud i play enemies can have mirrors of themselves that differ just a bit from player. But they differ and i wish to use that in such way :
#trigger {XXXXX the bastar ... |
|