maple-v206/scripts/npc/talk2159007.py

21 lines
593 B
Python

if sm.getFieldID() == 931000020:
sm.sendSayOkay("It's been...a really long time since I've been outside the laboratory.")
sm.dispose()
sm.sendNext("Whoa. Wh-what happened? The glass is broken... Did that vibration earlier break it?")
sm.setPlayerAsSpeaker()
sm.sendSay("Now, there's nothing stopping you right? Let's get out of here!")
sm.resetParam()
sm.sendSay("But...")
sm.setPlayerAsSpeaker()
sm.sendSay("Do you WANT to stay here or something?")
sm.resetParam()
sm.sendSay("Of course not!")
sm.setPlayerAsSpeaker()
sm.sendSay("Then hurry up! Let's go!")
sm.warp(931000020, 1)