Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Devices
Summary
when using PropOMatic.IsPlayerProp it does not return a failure state when the Fort Character is not active, instead it crashes verse with the error “Internal error encountered.”
Steps to Reproduce
Run PropOMatic.IsPlayerProp[Agent] while the Agents Fort Character is not active (respawning or spectating)
Expected Result
A failure state should be returned from PropOMatic.IsPlayerProp[Agent]
Observed Result
Verse encounters an internal error, and the device crashes
Platform(s)
All
Additional Notes
To fix this I had to check if FortChar.IsActive) before checking if IsPlayerProp
2 posts - 2 participants