AssignAOEDebugString(string)

From NWN Lexicon
Jump to navigationJump to search

Causes the creator of an area of effect spell to speak.

void AssignAOEDebugString(
    string sString
);

Parameters

sString
The string that the AoE creator will speak.

Description

Assigns a debug string to the Area of Effect creator for them to speak.

Remarks

nw_i0_spells.nss: line 37

Requirements

#include "nw_i0_spells"

Version

1.22

See Also



author: Tom Cassiotis, editor: Dave Robinson