@Override
public String onFirstTalk(NpcInstance npc, Player player)
{
String htmltext = "noquest";
QuestState st = player.getQuestState(getName());
if ((st == null) || st.isCompleted())
{
return htmltext;
}
int npcId = npc.getNpcId();
int cond = st.getCond();
if (npcId == TINSPECTOR)
{
if (cond == 2)
{
htmltext = "32507-01.htm";