Coca Cola
New Member
- Joined
- Apr 10, 2010
- Messages
- 164
- Reaction score
- 0
--Edit .. Forget the old subject ..
Hello Everyone,
Mock made that amazing script but he uses the conditions like that :
and i use :
So in his script the item recives a name [axe.+20%], so i'd like to cut that % of name because mine don't have this ..
in my thought , i take of the % of this part
but .. without the % the script don't work ..
help pls?
ty,cya
Link : Mock- http://otland.net/f81/slot-system-multi-slot-no-crashes-90387/
Hello Everyone,
Mock made that amazing script but he uses the conditions like that :
Code:
CONDITION_PARAM_SKILL_AXEPERCENT
and i use :
Code:
CONDITION_PARAM_SKILL_AXE
in my thought , i take of the % of this part
Code:
nam = nam..' ['..l..'.+'..p..'%]'
but .. without the % the script don't work ..
help pls?
ty,cya
Link : Mock- http://otland.net/f81/slot-system-multi-slot-no-crashes-90387/
Last edited: