Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/sei_ta_isoccu.nss
Normal file
14
_module/nss/sei_ta_isoccu.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// 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 ) );
|
||||
}
|
||||
|
Reference in New Issue
Block a user