generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload
This commit is contained in:
10
_mod/_module/nss/cv_hmc_equipped.nss
Normal file
10
_mod/_module/nss/cv_hmc_equipped.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "x3_inc_horse"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC=GetPCSpeaker();
|
||||
object oHorse=HorseGetMyHorse(oPC);
|
||||
int nTail=GetCreatureTailType(oHorse);
|
||||
if (GetLocalInt(oHorse,"bDBW_HORSE")!=nTail) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user