Page 1 of 1

Help with 'Time-based events'

Posted: Fri Apr 02, 2021 6:29 pm
by GladiusModding
Hi !

I'm looking for information about modding a time-based event. How to trigger an event 'N' amount of time after the current turn begun ?

Any information about this would be greatly appreciated.


Thanks,

Re: Help with 'Time-based events'

Posted: Mon Jan 17, 2022 12:01 pm
by ErikTaurus
GladiusModding wrote: Fri Apr 02, 2021 6:29 pm I'm looking for information about modding a time-based event. How to trigger an event 'N' amount of time after the current turn begun ?
Maybe you solved this, but in case you haven't.
Not sure what you want to accomplish but have you looked at the quests?

Code: Select all

<quests>
	<quest name="SpaceMarines/Story0" icon="Quests/SpaceMarines/Chapter0" firstTurn="2" lastTurn="2">
		<stages>
			<stage>
				....
Those two values determines at which turn the quest(event) should trigger