PDA

View Full Version : static script question - Help needed.



DECOY
January 25th, 2007, 03:52 PM
One of the modders on HPC needs to call two static scripts (or more) at the same time, using one continuous script.

Problem is, when the continuous script calls the first static script, it of course waits for said script to complete before it returns and calls Static#2.

Is there a way to run a combination of static scripts at the same time?
Also, does anyone have a list of what the "return types" are for static scripts?.

Any help would be appreciated.

Pooky
January 25th, 2007, 04:00 PM
I notice every thread you've made has something to do with scripts. You really like scripts huh

DECOY
January 25th, 2007, 05:57 PM
God no!
It's a pain in the arse.

But they do run the game in campaign, so some level of understanding would be useful.
I figured out how to call and recall a static script when needed, so I'm no longer limited to continuous and single wake dormant scripts.

But I still dont have a clear understanding of the Return types, and uses.

CtrlAltDestroy
January 25th, 2007, 06:17 PM
combine the scripts..?

Limited
January 25th, 2007, 07:01 PM
What actually happens in the script?

Say it goes to run 1st script. Cant you just make it 1st and 2nd are all in 1st script

They wont run line by line perfect at same time, but its better than whole script going.