mleo1 Posted September 20, 2012 Posted September 20, 2012 (edited) Could you give me sample script that if I say "lulz" to him then you will @die If I say "die" to him then you will @kill or something like that edit: oops I posted wrong, this must be on the scriptrequest Edited September 20, 2012 by mleo1 Quote
Emistry Posted September 20, 2012 Posted September 20, 2012 trunk/doc/whisper_sys.txt - script NPCCommander -1,{ OnWhisperGlobal: if (@whispervar0$ == "lulz") atcommand "@die"; else if( @whispervar0$ == "die" ) atcommand "@kill"; end; } Quote
mleo1 Posted September 20, 2012 Author Posted September 20, 2012 trunk/doc/whisper_sys.txt - script NPCCommander -1,{ OnWhisperGlobal: if (@whispervar0$ == "lulz") atcommand "@die"; else if( @whispervar0$ == "die" ) atcommand "@kill"; end; } thank so much xD Quote
Question
mleo1
Could you give me sample script
that
if I say "lulz" to him then you will @die
If I say "die" to him then you will @kill
or something like that
edit:
oops I posted wrong, this must be on the scriptrequest
Edited by mleo12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.