10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
|
#include "x3_inc_horse"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC=GetPCSpeaker();
|
||
|
if (!HorseGetHasAHorse(oPC)) return TRUE;
|
||
|
ExecuteScript("cv_hmc_notenough",OBJECT_SELF);
|
||
|
return FALSE;
|
||
|
}
|