thanks for the reply, going by your example i have attempted a simple pair of scripts
Define script creatureselect
run script WikiTutorialScript
begin script WikiTutorialScript
start
disable load screen
set fade in time 1
run script creatureselect
wait until 1 != 1
end script...
Hello
I am having a few problems with making my map work or at least the most basic of scripts like creating a creature. i can make it work if i put it into my startup script but if i did that with all the scripts wouldnt it get a little cluttered? can someone tell me how to make a new script...