
06-30-2001, 02:46 AM
|
|
Should I care anymore?
|
 |
Join Date: Apr 2001
Location: Arizona
Posts: 2,127
|
|
|
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.
|
|
|
|