Starting im Editor an Call the Gui Messager and the Game Crashed.
Description
Description
Details
Details
- Legacy ID
- 113736406
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Game Crash
Steps To Reproduce
Open Arma 3 2D editor
Set Player
Start Game
Press ESC for Open the Debugconsole
Enter "["Test Call","Testline","Test1","Test2"] call BIS_fnc_guiMessage;" in the Cosole and pres Enter or Button
// end of game.
Event Timeline
Comment Actions
This is possible but has the further point that then the script must be firstonce stopped until a decision is fixed.
But call it's Functional in a script but not in the console.
Comment Actions
that is because console executes script from user interface event handler, which is not the same as your normal script environment.
Basically UI event handler + UI element creating = likely crash