Jump to content

Start Quest event - trigger box


Robinsage

Recommended Posts

Could anyone post script needed to start a quest when a player enters a trigger box? All my attempts are fail.

 

Thanks :confused:

This should work. Add additional conditions if needed before starting the quest. Also fill the myQuest property with the quest that will be started.

 

Quest property myQuest auto

event OnTriggerEnter(ObjectReference akActivator)
if (akActivator == Game.getPlayer())
	myQuest.start()
endif
endEvent

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...