PoA_PRC8/_module/nss/sei_ta_isoccu.nss
Jaysyn904 37c79b6d57 Added DMFI
Added DMFI.  Set Diamond Golem appearance size to large.  Full compile.  Updated release archive.
2024-12-28 18:10:38 -05: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 ) );
}