2024-06-20 15:47:42 -04:00

6 lines
105 B
Plaintext

void main()
{
object o_stool = GetNearestObjectByTag("sei_stool", OBJECT_SELF, 1);
ActionSit(o_stool);
}