The Great Plateau barrier: Difference between revisions

imported>Leoetlino
mNo edit summary
imported>Leoetlino
Line 21: Line 21:
       (x < -1600.0 || x > -350.0 || z < 1400.0 || z > 2400.0) )
       (x < -1600.0 || x > -350.0 || z < 1400.0 || z > 2400.0) )
   {
   {
    ...
   player->field_2304_x = -1021.7286376953125;
    return AI_AIBase::changeState(this, "奈落開始待ち", 0);
    player->field_2308_y = 253.31527709960938;
   player->field_230C_z = 1792.6009521484375;
   return AI_AIBase::changeState(this, "奈落開始待ち", 0);
   }
   }
  ...
}
</source>
</source>
A few notes:
A few notes:
Anonymous user