View Single Post
  #5  
Old 06-22-2008, 03:24 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
PHP Code:
function onPlayerTouchsMe()
{
  if ( 
clientr.chestsOpened.index( @ this.level.name ) == -)
  {
    
clientr.chestsOpened.addthis.level.name );
    
// Stuff to do e.g. add a weapon
  
}

There's your chest script. Just need to use "clientr.chestsOpened.index( @ level ) == -1" to make sure they haven't been in it.
__________________
Reply With Quote