Thread: Need help.
View Single Post
  #4  
Old 02-16-2002, 02:27 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
try..
if (created) {timeout=.05;}
if (timeout&&strequals(#s(part),1))
{setcharprop #c,blah blah;timeout=.05;}
else{timeout=.05;}
Reply With Quote