mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Previously when using `set variable something` you would always get the non-helpful message: "set variable command failed, likely due to permissions." Since all of these are going through game actions, we can use the GameActionResult to return something more meaningful. For example, trying to do `set game_speed 5`: Before:  After: 