Shargast_PRC8/_module/Chapter 2/nss/bhhc_mounted.nss

15 lines
202 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
// Check if caller is mounted
// Author : Proleric
// Modified : 25-Feb-2008
#include "x3_inc_horse"
int StartingConditional()
{
object oPC = OBJECT_SELF;
return (HorseGetIsMounted(oPC));
}