Talk:Condition Functions

There are no discussions on this page.
Revision as of 05:36, 18 August 2016 by imported>Goggle (On listing Fallout condition functions under its own header.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Add Fallout specific condition functions under its own header.


This should make it easier for folks to see what new condition functions were added.

Return to "Condition Functions" page.