Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

[SKY] Triggerbox Scene Start


TigerCubofPNW
 Share

Recommended Posts

So, I'm doing this basic thing in my mod where this Bandit surrenders and offers info. I'm using a scene for this. What I want it to do is that when the player walks into a trigger box it starts the scene.

 

Event OnTriggerEnter(ObjectReference akTriggerRef)
		if akTriggerRef == Game.GetPlayer()
		debug.messagebox("It works")
		BanditSurrender.Start()
		endif
	
EndEvent

 

Only the scene doesn't start. I get the debug message, so I know the trigger fires. But the bandit doesn't move, he doesn't begin dialogue or obey his AI package. I know scenes can be started via events, but I don't know if they can be started by trigger events. Is that not possible? It seemed like the easiest way so that I had control over when and where the scene starts. Oh and the scene has no conditions on starting.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...