View Single Post
  #3  
Old 06-30-2001, 02:46 AM
Huggles Huggles is offline
Should I care anymore?
Huggles's Avatar
Join Date: Apr 2001
Location: Arizona
Posts: 2,127
Huggles is on a distinguished road
Send a message via AIM to Huggles Send a message via Yahoo to Huggles
Okay I think I got the drift

Ok lets say I can command a object.... and I want to make it hide would this be correct script?

if (playerenters && #a(Captain-USA)) {setstring #a (Captain-USA)
if (playerchats && #a(Captain-USA)) {#c, Hide NPC; setstring Hide NPC;}
if (strequals t#(Hide NPC)) {hide;sleep 5;show}

Now if I want it to unhide would it be....

if (playerenters && #a(Captain-USA)) {setstring #a (Captain-USA)
if (playerchats && #a(Captain-USA)) {#c, Hide NPC; setstring Hide NPC; #c Unhide NPC; setstring Unhide NPC}
if (strequals #t(Hide NPC) || #t(Unhide NPC)) {#c,Hide NPC;hide || #c,Unhide NPC; show}
__________________
Captain USA, Or Captin USA

Plain and simple.
Reply With Quote