Xagul
deathzot.net
- Joined
- Jun 30, 2008
- Messages
- 1,295
- Solutions
- 3
- Reaction score
- 1,043
I am trying to get the ticks remaining on a condition and after looking through the lua script it seems "getCreatureCondition" only returns true if you have a condition and false if not. What I am looking for is somthing like this:
Is there any way to do this? I am currently using 0.4 r3884.
Code:
conditionticks = getCreatureCondition(cid, CONDITION_EXHAUST, 2).ticks
message to player: You are still exhausted for 5 seconds.
Is there any way to do this? I am currently using 0.4 r3884.