HiddenTradition_PRC8/_module/nss/sei_ta_isoccu.nss
2024-06-20 15:47:42 -04:00

15 lines
293 B
Plaintext

//
// NWIsOccupied
//
// Check if the object is currently being sat on.
//
// (c) Shir'le E. Illios, 2002 (shirle@drowwanderer.com)
//
////////////////////////////////////////////////////////
int StartingConditional()
{
return GetIsObjectValid( GetSittingCreature( OBJECT_SELF ) );
}