Difference between revisions of "FF8/Field/Script/Opcodes/03F MOVEA"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x03F''' * Short name: '''MOVEA''' * Long name: Move to Actor ==== Argument ==== none ==== Stack ==== :''Actor ID'' (always use PSHAC) :''Distance to stop'' :''...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* Long name: Move to Actor
 
* Long name: Move to Actor
  
==== Argument ====
+
==== Argument ====
 +
 
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Actor ID'' (always use PSHAC)
+
 
:''Distance to stop''
+
: ''Actor ID'' (always use PSHAC)
:'''MOVEA'''
+
: ''Distance to stop''
 +
: '''MOVEA'''
 +
 
 +
====  Description  ====
  
==== Description ====
 
 
Makes this entity move towards the given actor.
 
Makes this entity move towards the given actor.

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x03F
  • Short name: MOVEA
  • Long name: Move to Actor

Argument

none

Stack

Actor ID (always use PSHAC)
Distance to stop
MOVEA

Description

Makes this entity move towards the given actor.