cortex-command-community / Cortex-Command-Legacy-Mod-Converter

MIT License
4 stars 5 forks source link

Add the `Activity.NOTEAM` argument to CastMORay calls that have no team argument #109

Closed MyNameIsTrez closed 6 months ago

MyNameIsTrez commented 3 years ago

CastMORay(first vector here, second vector here, self.ID, 128, false, 2); -> CastMORay(first vector here, second vector here, self.ID, Activity.NOTEAM, 128, false, 2);

Recreate ini_parser.py, ini_rules.py and ini_writer.py for lua_parser.py, lua_rules.py and lua_writer.py to achieve this.