mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
#240747 24/02/13 05:22 PM
L
LinktersHaZe
LinktersHaZe
L
How do i do it so when i do !stats annie 2 so instead of it saying "Stats for annie" it says "Stats for annie @ levl X"?

Thanks.

#240754 24/02/13 11:23 PM
Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
Change this:

Code:
msg # $+($chr(2),Stats for $replace(%champion,_,$chr(32)),$chr(2)) $gettok(%output,1-,124)


To this:

Code:
msg # $+($chr(2),Stats for $replace(%champion,_,$chr(32)) @ level %level,$chr(2)) $gettok(%output,1-,124)

Page 2 of 2 1 2

Link Copied to Clipboard