10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
|
#include "x3_inc_horse"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC=GetPCSpeaker();
|
||
|
object oHorse=HorseGetMyHorse(oPC);
|
||
|
if (GetLocalInt(oHorse,"bDBW_HORSE")<1) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|