Translations:The Great Plateau barrier/11/en
Jump to navigation
Jump to search
if ( !sForceEnableGlidingAndSurfingAndGiveRupees && !sIsDungeon )
{
if ( !getFlag_IsGet_PlayerStole2(false) &&
(x < -1600.0 || x > -350.0 || z < 1400.0 || z > 2400.0) )
{
player->respawn_pos.x = -1021.7286376953125;
player->respawn_pos.y = 253.31527709960938;
player->respawn_pos.z = 1792.6009521484375;
AI_AIBase::changeState(this, "奈落開始待ち", 0);
return;
}
...
}