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?
