Difference between revisions of "SetQuestDelay"
Jump to navigation
Jump to search
m
no edit summary
imported>Lap |
imported>Lap m |
||
Line 23: | Line 23: | ||
*Setting delay to 0 tells the quest to process at the INI setting default (5 seconds). | *Setting delay to 0 tells the quest to process at the INI setting default (5 seconds). | ||
*Using GetSecondsPassed with a quest script will cause it to multiply the real time seconds by it's scripting delay. So if the delay was 0.5, GetSecondsPassed would actual report double. -Lap | *Using GetSecondsPassed with a quest script will cause it to multiply the real time seconds by it's scripting delay. So if the delay was 0.5, GetSecondsPassed would actual report double as if time was running twice as fast. -Lap | ||
=='''See Also'''== | =='''See Also'''== |