if(player.canReenterInstance(normalTautiInstanceId))
showChatWindow(player, "tauti/sofa_sizraku002g.htm");
}
else if(player.canEnterInstance(normalTautiInstanceId))
{
ReflectionUtils.enterReflection(player, new TautiNormal(), normalTautiInstanceId);
showChatWindow(player, "tauti/sofa_sizraku002a.htm");
}
}
if(command.startsWith("reenter_tauti_normal_battle"))
{
Reflection reflection = player.getActiveReflection();
if(reflection != null)
{
if(player.canReenterInstance(normalTautiInstanceId))
{
TautiNormal instance = (TautiNormal) reflection;
if(instance.getInstanceStage() == 2)
player.teleToLocation(TAUTI_ROOM_TELEPORT, reflection);
else
player.teleToLocation(reflection.getTeleportLoc(), reflection);
showChatWindow(player, "tauti/sofa_sizraku002f.htm");
}