void syncDebugPrint (string s) | |
{ | |
PrintToRPT("" + s); // comment/uncomment to hide/see debug logs | |
//Print("" + s); // comment/uncomment to hide/see debug logs | |
} | |
void actionDebugPrint (string s) | |
{ | |
PrintToRPT("" + s); // comment/uncomment to hide/see debug logs | |
Print("" + s); // comment/uncomment to hide/see debug logs | |
} | |
void inventoryDebugPrint (string s) | |
{ | |
PrintToRPT("" + s); // comment/uncomment to hide/see debug logs | |
//Print("" + s); // comment/uncomment to hide/see debug logs | |
} |