PDA

View Full Version : Multiple Global Scripts?



Russ
01-08-2008, 12:25 PM
Is there a way to include multiple global scripts in a quest? Specifically the ones that run every frame (slot two). I have heard about it before, but have never figured it out. And my quest really needs more than one. Is there a way to do it?

Joe123
01-08-2008, 12:38 PM
Yeah, you just have to compile them into the same script.

Take a look at the script file from the Fort Knights, and you should be able to see what I mean.

Each section is noted with what it does, and they're all in the same while loop.

Russ
01-08-2008, 12:57 PM
Okay. Thanks!

pkmnfrk
01-08-2008, 06:50 PM
Like I write in my article on global scripts (http://zctut.com/start.php), you can only have one global script, but you can easily use one script that does multiple things.