try it this way (and please notice the [code][/code] for your next source, so other ppl can read it better)
fixed around 4 errors and the indention:
Code:main() { thread secret(); } secret() { fall = getent("fall", "targetname"); trig = getent("geheim_trig", "targetname"); while (true) { trig waittill("trigger", user); if ((user.name == "Jim") || (user.name == "Terry") || (user.name == "bob")) { fall notsolid (); } else { fall solid (); } } }



Reply With Quote