Thread: setlevel2
View Single Post
  #10  
Old 05-10-2005, 04:51 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
When "sleep" is called then it is using the normal timeout variable, but starts the script execution at one command after the sleep command. So code that follows the after-sleep stuff sees a timeout event too. May be just move the if (timeout) above the if (playerchats) stuff, or better always use timeout and not sleep, and remember in this.mode or so what kind of timeout it is (timeout after creating, timeout after touching).
Reply With Quote