Functions for Changing/Hot-Swapping Area/Placeable/Trigger scripts
![Raetzain](https://forums.beamdog.com/uploads/userpics/817/nHOI5AH5VY4QV.jpg)
Functions that allow the values for any of the area/creature/placeable/trigger's default script sets to be changed.
Example:
Where nScriptConstant would be a set of constants associated with the OnEntry, OnExit, OnHeartbeat, OnUserDefined events.
Example:
void AreaScript(object oArea, int nScriptConstant, string sNewScriptResRef)
Where nScriptConstant would be a set of constants associated with the OnEntry, OnExit, OnHeartbeat, OnUserDefined events.
0