FF7/WorldMap Module/Script/Opcodes/330

From Final Fantasy Inside
< FF7‎ | WorldMap Module‎ | Script‎ | Opcodes
Revision as of 19:27, 5 August 2014 by my_wiki>Aali (Created page with "* Opcode: '''0x330''' * Name: set active entity from model id * Two-word opcode: No ==== Parameters ==== {| border="1" cellspacing="1" cellpadding="3" style="border: 1px sol...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Opcode: 0x330
  • Name: set active entity from model id
  • Two-word opcode: No

Parameters

Location Name Description
Stack Model ID Model to set as active entity

Notes

Sets the active entity for this context to the entity representing the specified model. The chosen entity remains the active entity until a new entity is selected or the function returns.

This instruction is missing the extra work that 300 does and only sets the active entity. It is unclear what the difference is exactly.