6 lines
142 B
Plaintext
Raw Permalink Normal View History

void main()
{
object o_moveto = GetObjectByTag("wp_ayla_gather");
AssignCommand(OBJECT_SELF, ActionForceMoveToObject(o_moveto, TRUE, 3.0));
}