530531532533534535536537538539
* Starts to talk to an NPC * @param speech * @throws SlickException */ public void talkToNPC(String speech){ m_speechFrame = new NPCSpeechFrame(speech); getDisplay().add(m_speechFrame); // if (speech.startsWith("*")) // usePokeStorageBox(""); }