Difference between revisions of "SetPackDuration"
Jump to navigation
Jump to search
Problems with timescale
imported>Cbh m (changed minutes to seconds - please see talk page) |
imported>ZuTheSkunk (Problems with timescale) |
||
Line 5: | Line 5: | ||
Sets the duration of the actor's current package to iDuration (in seconds of gametime). This is useful for situations where you want a package to run for less than an hour. | Sets the duration of the actor's current package to iDuration (in seconds of gametime). This is useful for situations where you want a package to run for less than an hour. | ||
==Notes== | |||
* This function will not work properly, if Timescale global value is set to different than 30. | |||