Thread: Level Problems!
View Single Post
  #3  
Old 03-14-2007, 08:50 PM
Sum41Freeeeek Sum41Freeeeek is offline
Future Coder
Join Date: Feb 2004
Location: New York
Posts: 376
Sum41Freeeeek is on a distinguished road
Send a message via AIM to Sum41Freeeeek
PHP Code:
//#CLIENTSIDE
function onCreated() { this.allowed = {"account1","account2"}; }
function 
onActionGrab() //can use function onPlayerTouchsMe if you need to
{
  if (
player.account in this.allowed)
  {
    
hide;
    
sleep(2);
    
show;
  }

should work.
__________________
Frankie Cassini: ex-Era LAT
Quote:
Originally Posted by brakk View Post
omg just go to your room and draw a pony then

**** the chicken wings!
Reply With Quote