generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
15
_module/nss/zep_tint_spawn.nss
Normal file
15
_module/nss/zep_tint_spawn.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
void main () {
|
||||
object oSelf = OBJECT_SELF;
|
||||
|
||||
int nApp = GetLocalInt(oSelf, "CEP_TINT_APPEARANCE");
|
||||
if (nApp == 0)
|
||||
nApp = 843;
|
||||
|
||||
string sScript = GetLocalString(oSelf, "CEP_TINT_SPAWNSCRIPT");
|
||||
if (sScript == "")
|
||||
sScript = "nw_c2_default9";
|
||||
|
||||
SetCreatureAppearanceType(oSelf, nApp);
|
||||
|
||||
ExecuteScript(sScript, oSelf);
|
||||
}
|
||||
Reference in New Issue
Block a user