Reference ID
725ab4e0-4982-3725-11cf-fda46d362e8c
Please select what you are reporting on:
Creative
What Type of Bug are you experiencing?
Verse
Summary
Calling FortCharacter.PutInStasis(stasis_args{})
will not do anything, even if you specifically give arguments to the struct.
There is a workaround by calling Sleep first and then calling PutInStasis, like so:
Sleep(0.0)
FortCharacter.PutInStasis(stasis_args{})
Steps to Reproduce
Calling FortCharacter.PutInStasis(stasis_args{})
without calling Sleep()
first.
Expected Result
The player should be in stasis (frozen).
Observed Result
The player is not affected at all.
Platform(s)
windows
1 post - 1 participant