Initial commit. Updated release archive.
This commit is contained in:
5
_module/nss/ayla_moveto.nss
Normal file
5
_module/nss/ayla_moveto.nss
Normal file
@@ -0,0 +1,5 @@
|
||||
void main()
|
||||
{
|
||||
object o_moveto = GetObjectByTag("wp_ayla_gather");
|
||||
AssignCommand(OBJECT_SELF, ActionForceMoveToObject(o_moveto, TRUE, 3.0));
|
||||
}
|
Reference in New Issue
Block a user