Thread: Npc to Npc
View Single Post
  #39  
Old 02-17-2011, 03:04 AM
kingcj kingcj is offline
Registered User
kingcj's Avatar
Join Date: Apr 2006
Location: TN
Posts: 114
kingcj will become famous soon enough
Send a message via MSN to kingcj
Sorry for like the triple post, but this seems to call the echo just don't know how to update the object now...

PHP Code:
public function door.doorOpen() {
  echo(
"crap");
  
this.hide();
  
sleep(3);
  
this.show();

Also in the SwitchDB I echo temp.door and it returns a 0 in RC Chat
__________________
Zie

"It is not necessary to change. Survival is not mandatory." - W. Edwards Deming

Last edited by kingcj; 02-17-2011 at 03:46 AM.. Reason: New Development
Reply With Quote