Token bugs (strange one)

02/20/2014 00:12 magewarior2#1
Do someone know how to solve this token bug?

if i add the command "bonuspoint += -100" this works fine
if i add the command "bonuspoint += 100" this works fine

if i add the command "bonuspoint < 100" its corrupted .... not working

it it always good, if i have 100 tokens or not ...

turning it around, same story ...
02/20/2014 05:42 bloodrage2013#2
Do bonuspoint >= 100 let me know how that works (:

Should look like this
Quote:
3800160 3800161 3800060 1001 0 bonuspoint >= 120
3800160 - action
3800161 - action if correct amount
3800060 - action if don't have amount
1001 - action for cq_user
0 - leave 0 for this string
02/20/2014 10:13 magewarior2#3
Thank you, I had tryd something like this but i faild to get this to work.. now it works tho!

its just strange that before it worked, and now it doesn`t (<)