You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (currentStage == LostCity.ENTRANA_DUNGEON) { //TRUE
player.queue{
monkDialogue(this)
}
//ADD RETURN
}
if (currentStage > LostCity.ENTRANA_DUNGEON) {
dungeonEntrance(player)
}
else { //TRUE ALSO
player.message("Nothing interesting happens.")
}
The text was updated successfully, but these errors were encountered:
JayArrowz
changed the title
Lost city plays monk dialogue and sends "Nothing interesting happens"
Lost city ladder monk dialogue and sends "Nothing interesting happens"
Jan 28, 2024
Needs a return
https://github.com/2011Scape/game/pull/504/files#diff-f4590da14e2f7e8f686cde1a30fccb64b9d33e7b7011b5b5b23f9abc510d49e4R55
The text was updated successfully, but these errors were encountered: