Custom Command

mirrealms

Dedicated Member
Dedicated Member
Apr 23, 2006
74
0
52
Ok all im trying to make a custom command that shows:

Luck
Pk Points (ive got this working)
How long you have been logged in for
and your total exp earned (if possible)

so far i have writeen this.

[@playerinfo]
#SAY
Hi <$USERNAME>\
Your PKPoints Are <$PKPOINT>\
Your LuckPoint Is <$LUCKYPOINT>\
You Have Been Logged on For <$ONLINELONGMIN>\
<Exit/@exit>

just im not sure if correct i tried it but when i type custom command in the <$LUCKYPOINT> and <$ONLINELONGMIN> show in red.

:D
 
Last edited:

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
them are npc commands dont think u cant put like a @move command
 
Upvote 0

IceMan

Hero's Act Mir 2
Legendary
Apr 17, 2003
8,544
2
370
350
remember @ infront of it is a gm command

those are for coding npcs :)

wut files u useing?
 
Upvote 0

mirrealms

Dedicated Member
Dedicated Member
Apr 23, 2006
74
0
52
remember @ infront of it is a gm command

those are for coding npcs :)

wut files u useing?

im using TD 2.3

right i amended the script for the Qfunction for my custom command so ill show you what it looks like now and ill try to get pic to show you what it says.


Hi <$USERNAME>\
Your PKPoints Are <$PKPOINT>\
Your Level <$LEVEL>\
Current EXP Earned <$MAXEXP>\
You Logged In <$LOGINTIME> and have been on <$LOGINLONG>\
Current Time And Date <$DATETIME>\

<Exit/@exit>
 
Last edited:
Upvote 0