HoS_PRC8/_mod/_module/nss/cv_hmc_notmine.nss

10 lines
201 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
#include "x3_inc_horse"
int StartingConditional()
{
object oPC=GetPCSpeaker();
object oHorse=HorseGetMyHorse(oPC);
if (GetLocalInt(oHorse,"bDBW_HORSE")<1) return TRUE;
return FALSE;
}