6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object o_moveto = GetObjectByTag("wp_ayla_gather");
|
||
|
AssignCommand(OBJECT_SELF, ActionForceMoveToObject(o_moveto, TRUE, 3.0));
|
||
|
}
|