coding ?

mont7181

Lifetimer
Joined
Jul 16, 2005
Messages
210
Reaction score
1
Points
16
Location
CT
Could someone explain the logic or syntax when this is used.

/delay 10s !${Me.Casting.ID}


Does the code wait 10s after i finish casting?
or is it a what ever comes first thing?

thanx
 
Code:
/delay 10s !${Me.Casting.ID}

Delay 10 seconds OR until you're not casting, whichever comes first.

-SimpleMynd
 
Called Conditional delays or something like that. Very usefull for putting in delays so incase server lag you still execute the command but you delay until you actually do meet it.