17 lines
201 B
Plaintext
17 lines
201 B
Plaintext
void main()
|
|
{
|
|
|
|
object oBench = GetObjectByTag("baf_laude2");
|
|
|
|
if(GetSittingCreature(oBench) != OBJECT_SELF)
|
|
|
|
{
|
|
|
|
ClearAllActions(TRUE);
|
|
ActionSit(oBench);
|
|
|
|
}
|
|
|
|
|
|
}
|