|
humorus2 Newbie
Joined: 31 Jul 2011 Posts: 1 Location: philippines
|
Posted: Wed Aug 03, 2011 10:04 am
how do i reserve a order in cmud pro |
i want to make a script..
to reserve a order which is when a pattern is matched, it react an order few second later like 3 or 4 seconds
for cooltime (my game which i play has cooltime for skills )
how can i make it!? please answer my question
cheers........:) |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Wed Aug 03, 2011 10:27 am |
Sounds like you want a multistate trigger, or ample use of the #WAIT command.
Code: |
#TR {you do such and such} {
#wait 4000 //this waits for four seconds
kick them again
} |
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Aug 03, 2011 4:21 pm |
Also, please do not make multiple posts in the future or you can get banned.
|
|
|
|
|
|