Open
Description
For every possible event command, we need to test it for bad data. Things like #1719
For each event command, try to find a way to have it use invalid data. Player should either ignore it if its benign, or report an error using Output::Error()
.
This will be more important when people are using Player to develop games, as bad event code should report errors instead of crashing.