Talk:Condition Functions
Revision as of 05:48, 17 August 2016 by imported>Goggle
Fast Travel and using conditions in spells.
I need to test this out more, but so far, fast traveling will "interrupt" spell conditions. That is to say, it will check every second but if the condition is time sensitive(like GameHour: >= 7.000 AND <= 8.00) and you fast travel past that, but still within the time frame, the spell/ability wont fire. Similar to Skyrim's Event OnUpdateGameTime(), not taking into account for hours past the registered time, except it'll still fire, but much later than one expects.