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;
}