![]() |
![]() |
Forums
Ghost Recon
Ghost Recon IGOR/Mod Discussion
script wont work and i havent delt with this much|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
| <Guest>
|
Your responses are fine, but it's the triggers that are causing the problem: simulation initialising happens before simulation starting. (The sim initialises while the mission is "loading" and you look at the black screen with the box telling you what the time of day is and the difficulty etc. Startup is the instant you arrive in-game and can actually start moving around/shooting etc) This means that you're checking the value of your random integer counter before any values have actually been set in your startup block. Since a counter defaults to zero if not explicitly set to something else, this means that none of your sim initialising blocks get past the continue-if statement...
There's a few ways to get around this, but the easiest is to change the triggers from sim initialising to a time elapsed trigger. Set this time to 1 second or something, and it should run smoothly. That's the way I'd do it anyway. Hope that helps... |
||
|
| Previous Topic | Next Topic | powered by eve community |
| Please Wait. Your request is being processed... |
|
Forums
Ghost Recon
Ghost Recon IGOR/Mod Discussion
script wont work and i havent delt with this much
