MyPrintString(string)

Used for debugging in-game (turned on and off via commenting).

void MyPrintString(
    string sString
);

Parameters

sString

The string to output.


Description

This is a wrapper for PrintString where the PrintString call is commented out.

Also calls SpeakString, which, you guessed it, is commented out.



Remarks

Presumably this is used by Bioware for debugging, but uncommenting the PrintString call when they want debugging output (useful because compiler directives for symbols is not supported in NWNScript).

The PrintString call is commented out by default. It must be uncommented for this function to do anything at all.


Requirements

#include "x0_i0_debug"

Version

1.22

See Also

functions: PrintString
categories: Debug Functions


 author: Charles Feduke, editors: Michael Nork, Mistress, additional contributor: Drake Coker