How to trigger a game crash on 1.81
Description
Description
Details
Details
- Severity
- Crash
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Game Crash
Steps To Reproduce
_actionID = player addAction ["Hello world",{systemchat 'hi';}]; systemChat str _actionID; systemChat str (player actionParams _actionID);
Execute this in the editor.
The "actionParams" command causes the crash.
Additional Information