Auryn Posted August 13, 2012 Posted August 13, 2012 I think my question said it all, i'm asking myself how to do it. I suppose there is a simple command to do it. Quote
Jellopy Posted August 13, 2012 Posted August 13, 2012 (edited) morocc,150,90,4 script HIDE 102,1,1{ if(select("Hide me ?:Nothing..") == 1) { hideonnpc strnpcinfo(0); close2; sleep 5000; end; } close; OnTouch: hideoffnpc strnpcinfo(0); end; OnInit: hideonnpc strnpcinfo(0); end; } Edited August 13, 2012 by Jellopy Quote
Joseph Posted August 13, 2012 Posted August 13, 2012 See OnTouch and Disablenpc for further informations. 1 Quote
Question
Auryn
I think my question said it all, i'm asking myself how to do it.
I suppose there is a simple command to do it.
3 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.