Post
by tltrude »
What is it for? I don't think "+use" and "-use" are script commands. A script thread should start with a name and stop with the word "end".
//THIS IS A TEST SCRIPT
Main:
level waittill prespawn
level waittill spawn
thread test_loop
end
test_loop:
while ( 1)
{
iprintln "+use"
iprintln "-use"
wait 10
}
end
Tom Trude,
