Warning: Undefined array key 1 in /var/www/html/lib/tpl/mikio-blitz/mikio.php on line 815

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
blitz:enemy [2026/08/06 15:53] – gameboyadv4002blitz:enemy [2026/08/09 10:56] (current) – gameboyadv4002
Line 66: Line 66:
  
 ==== Move Limits ==== ==== Move Limits ====
-RivalMoveLimitAreaBoxOcta is used to delimit where a rival's area of movement. +RivalMoveLimitAreaBoxOcta is used to delimit a rival's area of movement. 
  
 <code> <code>
Line 72: Line 72:
 </code> </code>
   * GroupID: used to connect multiple areas to act as one.   * GroupID: used to connect multiple areas to act as one.
 +
 +On the Rival object itself, you must use this link
 +<code>
 +        MoveLimitArea:
 +          - {DefinitionName: MoveLimitArea, DestUnitId: objXXX, UnitFileName: ''}
 +</code>
 +where objXXX is the RivalMoveLimitAreaBoxOcta object.