View Single Post
  #6  
Old 11-12-2001, 06:46 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
you would do
if (playertouchsme) { toinventory yourkey; }
then to check you would just do
if (yourkey) { whatever; }
like in a door you would put
if (playertouchsme&&yourkey) {
hidelocal;
unset yourkey;
}
and the key of course
if (playertouchsme&&!yourkey) { toinventory yourkey; }
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote