Thread: Need help.
View Single Post
  #5  
Old 02-17-2002, 02:43 AM
Jap Jap is offline
Registered User
Join Date: Dec 2001
Location: Pennsylvania, United States of America
Posts: 261
Jap is on a distinguished road
Send a message via ICQ to Jap Send a message via AIM to Jap
Quote:
Originally posted by Python523
try..
if (created) {timeout=.05;}
if (timeout&&strequals(#s(part),1))
{setcharprop #c,blah blah;timeout=.05;}
else{timeout=.05;}
Still not working. It says no if-clause is specified. As you can see, I'm not a great scripter.
Would someone tell me the scripts for both NPC's?
EX: For one, say do this in the script:

if (created){
string is being set like this;
}

Then for the second one say this:

if (string is acutallt set do this){
setcharprop #c,blah blah;
}
Reply With Quote