Difference between revisions of "Talk:Condition Functions"
Jump to navigation
Jump to search
imported>Goggle (Created page with "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 ever...") |
imported>Goggle m |
||
Line 1: | Line 1: | ||
Fast Travel and using conditions in spells. | 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 | 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. |
Revision as of 05:48, 17 August 2016
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.