Page 1 of 1
print skill value
Posted: 2007-04-15 17:54:10
by motxu
how to print a skill value?
thanks
Posted: 2007-04-15 19:03:36
by to4a
uo.print(str(uo.SkillVal(skill,1)/10)))
Posted: 2007-04-15 19:22:00
by motxu
uo.print(str(uo.SkillVal(Magery,1)/10)))
do not works :S
Posted: 2007-04-15 21:05:55
by Nmy
Code: Select all
uo.print(str(uo.SkillVal("Magery",1)/10))
Posted: 2007-04-15 22:37:43
by motxu
thanks man! !