6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
void main()
|
|
{
|
|
object o_stool = GetNearestObjectByTag("sei_stool", OBJECT_SELF, 1);
|
|
ActionSit(o_stool);
|
|
}
|