11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oBalk_Throne = OBJECT_SELF;
|
||
|
if(!GetIsObjectValid(GetSittingCreature(oBalk_Throne)))
|
||
|
{
|
||
|
AssignCommand(GetLastUsedBy(), ActionSit(oBalk_Throne));
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|