RATDOG/_module/nss/sei_ta_isoccu.nss
Jaysyn904 ae152d0814 Added BESIE, MS Moneclature
Added BESIE, Markshire's Nomeclature & started initial setup for commoners in Baleas.
2021-09-01 23:42:36 -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 ) );
}