Weird issue with trigger.

Post » Sun Sep 19, 2010 4:31 am

For some reason I cannot get this triggers script to run. Its a script on a trigger, and when I enter the trigger, nothing happens.

scn PGMQ4TestGradeStartTrigSCRIPTShort DoOnceFloat TimerBegin OnTriggerEnter	If DoOnce == 0		Set DoOnce to 1		Set Timer to 2		PGMQ4TestGradeStartHatch.SetOpenState 0	EndIfEndBegin GameMode	If DoOnce > 0 && DoOnce < 30		If Timer > 0			Set Timer to Timer - GetSecondsPassed		ElseIf DoOnce == 1			;Play first robot speaking voice			Set DoOnce to 2			Set Timer to 3		ElseIf DoOnce == 2			PlaySound PGMQ4MusHoldMusic			Set DoOnce to 3			Set Timer to 22		EndIf	EndIfEnd


It should close the door, then after about 5 seconds play a music sound file. When I enter the trigger, the door doesnt close, the music never plays, and as far as I can tell, I'm not actually triggering the trigger. I have checked that the trigger is not initially disabled, the script is actually ON it. I cant think of whats causing this. D: Can anyone help me here? It seems like something so simple...

EDIT: Well, I came back today, loaded up my mod and it works now. I didnt change a think, or so much as open the geck or anything. Not sure what thats about. :shrug:
User avatar
Kara Payne
 
Posts: 3415
Joined: Thu Oct 26, 2006 12:47 am

Post » Sat Sep 18, 2010 5:24 pm

EDIT: Well, I came back today, loaded up my mod and it works now. I didnt change a think, or so much as open the geck or anything. Not sure what thats about. :shrug:

Don't you just love it when that happens? :brokencomputer:
I think the geck has a built-in mood ring, so everytime something important, urgent, or pressing comes up it pulls that stuff.
User avatar
Tiffany Holmes
 
Posts: 3351
Joined: Sun Sep 10, 2006 2:28 am

Post » Sat Sep 18, 2010 10:45 pm

Don't you just love it when that happens? :brokencomputer:
I think the geck has a built-in mood ring, so everytime something important, urgent, or pressing comes up it pulls that stuff.

Haha, it sure seems like it.

I am going to blame this on the fact my mod is currently an esp file. I think making it an ESM gurentee's this wont happen. (though I never made it one :shrug:) esp's have so many unpredictable, random issues. :P
User avatar
Francesca
 
Posts: 3485
Joined: Thu Jun 22, 2006 5:26 pm


Return to Fallout 3