View Single Post
  #7  
Old 11-12-2001, 06:49 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by 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; }
basically what i said ....
Reply With Quote