GetScriptChunk(int)
From NWN Lexicon
Jump to navigationJump to searchGet the script chunk attached to a script recursion level.
Parameters
- nRecursionLevel
- Between 0 and <= GetScriptRecursionLevel() or -1 for the current recursion level.
Description
Get the script chunk attached to a script recursion level.
Returns the script chunk or "" on error / no script chunk attached.
Remarks
Version
This function was added in 1.87.8193.35 of NWN:EE.
Example
See Also
functions: | ExecuteScript() ExecuteScriptChunk() GetScriptName() GetScriptRecursionLevel() |
author: Shadguy