HiddenTradition_PRC8/_module/nss/ayla_moveto.nss
2024-06-20 15:47:42 -04:00

6 lines
142 B
Plaintext

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