- Joined
- Sep 19, 2025
- Messages
- 34
he problem is that I copied the relevant save/load triggers from another map to a new map, but the custom scripts are missing and show an error Symbol not declared(CodeGen_Int) for the
custom script call CodeGen_Init() for the parameter setup trigger
and Symbol not declared(CodeGen_ConvertItem) for the custom script set udg_Save[udg_SaveCount] = CodeGen_ConvertItem(GetItemTypeId(udg_Item)) for the save trigger
and Symbol not declared(CodeGen_Load) call CodeGen_Load(udg_Code) for the load trigger. Where should I find or create those values.
I'm just a newbie, if there's anything missing please let me know, I'll try to implement it.
Thanks for stopping by
custom script call CodeGen_Init() for the parameter setup trigger
and Symbol not declared(CodeGen_ConvertItem) for the custom script set udg_Save[udg_SaveCount] = CodeGen_ConvertItem(GetItemTypeId(udg_Item)) for the save trigger
and Symbol not declared(CodeGen_Load) call CodeGen_Load(udg_Code) for the load trigger. Where should I find or create those values.
I'm just a newbie, if there's anything missing please let me know, I'll try to implement it.
Thanks for stopping by

