making a bind or exec wait
Posted: Tue Aug 16, 2005 10:41 pm
i'm stumped, i'm just trying to learn how to make a console-exec't script to wait before it exec's a command, so far it's ignored my commands of wait, and wait 1, delay isnt available from console, etc.
it's just a simple one. just learning how to make exec scripts from console.
it snaps off the two say commands instantly.
i'm using the console command exec scripts/execTest.scr
any ideas?
it's just a simple one. just learning how to make exec scripts from console.
Code: Select all
//scripts/execTest.scr
//for testing consoel exec's.
start:
say Stage one.
wait
wait 1
say Stage two.i'm using the console command exec scripts/execTest.scr
any ideas?