8 Print(
string.Format(
"%1", s));
19 Print(
string.Format(
"%1", s));
30 Print(
string.Format(
"%1", s));
void syncDebugPrint(string s)
void inventoryDebugPrint(string s)
void actionDebugPrint(string s)
proto void Print(void var)
Prints content of variable to console/log.
proto void PrintToRPT(void var)
Prints content of variable to RPT file (performance warning - each write means fflush!...