print skill value

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
motxu
Posts: 48
Joined: 2005-04-13 16:01:09
Contact:

print skill value

Post by motxu »

how to print a skill value?

thanks
to4a
Posts: 265
Joined: 2006-03-10 00:19:11
Location: http://drw.ru/

Post by to4a »

uo.print(str(uo.SkillVal(skill,1)/10)))
motxu
Posts: 48
Joined: 2005-04-13 16:01:09
Contact:

Post by motxu »

uo.print(str(uo.SkillVal(Magery,1)/10)))
do not works :S
Nmy
Expert!
Posts: 2152
Joined: 2005-09-14 15:31:58
Location: Latvia

Post by Nmy »

Code: Select all

uo.print(str(uo.SkillVal("Magery",1)/10))
motxu
Posts: 48
Joined: 2005-04-13 16:01:09
Contact:

Post by motxu »

thanks man! !
Post Reply