Thread: SImple Problem
View Single Post
  #12  
Old 03-08-2007, 07:33 PM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Quote:
Originally Posted by Chandler View Post
I think you're mistaken
as long as if(save[1]==true) is in a timeout it will be reconized

Alternately the door could be scripted in gs2!
PHP Code:
//#CLIENTSIDE

function onCreated() {
  
door942 this;
}

public function 
hideme() {
  
hide();

then from whatever script you want you can use
PHP Code:
function onPlayerTouchsMe() {
move(26.5,-4,10,0); 


freezeplayer(10); 

sleep(10); 

door942.hideme(); 

__________________
Reply With Quote