d menu chara information

smoochy boys on tour

brandon93131

Dedicated Member
Dedicated Member
Oct 5, 2008
27
0
28
hi am trying 2 add some info on d menu so wen u open it it tells u all your information here is the script -

[@Mir3GuideBook]
{
#IF
checkfame
#act
mov d4 %p9
#SAY
Welcome To Insane Mir3 D Menu System:\
Name - <$USERNAME>\
Class - <$JOB>\
Level - <$HLLEVEL>\
FamePoints - <$output(d4)>\
Integral - <$HLPOINT>\
Guild - <$GUILDNAME>\
PkPoints -

So Far iv got name, fame, integral working, any1 got any ideas about the others? ty in advance
 

Josiko

LOMCN Veteran
Veteran
Loyal Member
Apr 4, 2010
428
8
44
Spain
No matter what the question is if someone is looking for solution.
The solution is this:

{Check FP:}
[@pj]
#if
checkfame
#act
MOV D4 %P9
#SAY
<$OUTPUT(P9)>\
<subir mi fp/@fp>\

{Add FP}
[@fp]
#if
checkfame
#act
MOV D4 %P9
INC D4 1
SETFAME %D4
#SAY
Congratulations\
 
Upvote 0