Aantioch_Infernum/_module/nss/sei_ta_isoccu.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -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 ) );
}