DJFUNK Posted December 15, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 115 Reputation: 4 Joined: 10/25/12 Last Seen: August 31, 2023 Share 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 Link to comment Share on other sites More sharing options...
1 Euphy Posted December 15, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share 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 Link to comment Share on other sites More sharing options...
DJFUNK Posted December 25, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 115 Reputation: 4 Joined: 10/25/12 Last Seen: August 31, 2023 Author Share Posted December 25, 2012 Done... Big thank's Euphy Quote Link to comment Share on other sites More sharing options...
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 DJFUNKLink to comment
Share on other sites
2 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.