View Single Post
  #3  
Old 08-15-2008, 04:05 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Why are you using a timeout, and then a sleep for doing basically the same thing?
PHP Code:
if (playerenters) {
  
sleep 18.5;
  
setcharani idle,;
  
sleep 4;
  
setcharani sit,;

Remember, this is not something you would do online. I assume this is for the offline editor.
Reply With Quote