User Tools

Site Tools


mr:cagedkobold_message1

Caged Kobold Message 1 - Code Reference

“Please…“ is one of the random phrases spoken by the Caged Kobold NPC when the player interacts with him without the Ice Key.

String Resources

English (values/strings_all.xml):

<string name="CagedKobold_Message1">Please...</string>

Russian (values-ru/strings_all.xml):

<string name="CagedKobold_Message1">Пожалуйста...</string>

Other languages:

  • German: Bitte…
  • Spanish: Por favor…
  • Greek: Σε παρακαλώ…
  • French: S'il vous plaît…
  • Polish: Proszę…
  • Portuguese (BR): Por favor…
  • Indonesian: Tolong…
  • Italian: Per favore…
  • Japanese: お願い…

Code Usage

Used in CagedKobold.java:

sayRandomPhrase(R.string.CagedKobold_Message1,
                R.string.CagedKobold_Message2,
                R.string.CagedKobold_Message3);

The message is selected randomly when:

  • Player interacts with Caged Kobold
  • Quest.given is true (quest already started)
  • Player does not have Ice Key item
mr/cagedkobold_message1.txt · Last modified: by 127.0.0.1