NVSE icon indicating copy to clipboard operation
NVSE copied to clipboard

Confusing debug message printed when RunScript finishes

Open Saxonis opened this issue 1 year ago • 2 comments

The message printed by

Console_Print("ran script, returned %s", runResult ? "true" : "false");

cannot be turned off and confuses players into thinking something is wrong in their game, whereas it only signifies a normal operation.

Saxonis avatar Jul 29 '22 05:07 Saxonis

I tried telling my servant, Demorome about it, but that kid just doesn't listen. Although if you're using PrintC if your script, then remove it.

AVeryUncreativeUsername avatar Jul 29 '22 05:07 AVeryUncreativeUsername

Ah, I was looking for "returned false" string, woops. Yeah, I'll remove that, and just make it return 1/0.

Demorome avatar Jul 29 '22 22:07 Demorome