PreTryRunTics and PostTryRunTics hooks
The PreTryRunTics
hook executes before TryRunTics
, while the PostTryRunTics
hook executes after TryRunTics
. Both of these hooks were designed to run even when there is input lag and the local player is synching. It is recommended to use these hooks to run local code.
Test files: srb2_tryrunticshookstest.exe TryRunTicsHooksTest.lua
Edited by ChaoLoveIceMDBoy