DJFUNK Posted December 15, 2012 Posted December 15, 2012 (edited) As same as the title, is possible? to enable and disable NPC via whisper such I whisp the one of NPC name: npc:healer -> open and NPC Healer will appear. npc:healer -> close and NPC Healer will disappear. Edited December 25, 2012 by DJFUNK Quote
1 Euphy Posted December 15, 2012 Posted December 15, 2012 You'll have to add this label every script you want with this feature. OnWhisperGlobal: if (@whispervar0$ == "open") hideoffnpc strnpcinfo(0); if (@whispervar0$ == "close") hideonnpc strnpcinfo(0); end; (or, if it's a lot of scripts, create a function for it) Quote
Question
DJFUNK
As same as the title,
is possible? to enable and disable NPC via whisper
such I whisp the one of NPC name:
npc:healer -> open
and NPC Healer will appear.
npc:healer -> close
and NPC Healer will disappear.
Edited by DJFUNK2 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.