Added creatures & models
Added creatures, portraits & models in support of Horsefly Swamp Update.
This commit is contained in:
18
_module/nss/sc_ds_charm_cnv.nss
Normal file
18
_module/nss/sc_ds_charm_cnv.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
// sc_ds_charm_cnv.nss
|
||||
// by: Tsurani.Nevericy
|
||||
|
||||
#include "utl_i_parameters"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oSelf = OBJECT_SELF;
|
||||
int nRacial = GetRacialType(oSelf);
|
||||
|
||||
int nVal = ConstantStringToInt(GetScriptParam("iRacialType"));
|
||||
|
||||
if (nVal == nRacial)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user