NPC show user level...?

Rogue

Dedicated Member
Dedicated Member
Aug 25, 2010
51
1
34
NPC show user level...SOLVED

hi peeps, any onE know how to display the users level in an npc? this seems so simple but cnt seem to figure it out ive tried the following:

FIXED SCRIPT BELOW

#if
CHECKLEVEL
#act
mov d3 %P9
#say
Level : {FCOLOR/14}<$OUTPUT(P9)>{FCOLOR/12}
 
Last edited:

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
No command sorry :( you would have to retreive it from the database which would be a nice chunk of script and totally not worth it

---------- Post added at 02:26 AM ---------- Previous post was at 02:24 AM ----------

Although you could use a fairly easy script like a fp script....

If you use text manipulation to store a value each time the player levels up, then this number could be retrieved and used.

But if its jsut for simple display purposes and no real needd for it, then it might be alot of work for not alot in return lol
 
Upvote 0