can you help me create an npc with function to check player level or str?
example :
in function = function check_str(....,....)
if str > 5 and str < 20 then group=weak_str
...
Type: Posts; User: sclythz
can you help me create an npc with function to check player level or str?
example :
in function = function check_str(....,....)
if str > 5 and str < 20 then group=weak_str
...
Help please... *bows
I want to make npc that showing text about our char level like
"you are now level : 50" or "you are now level : xx"
what should i do to get level value like that?
what i must...