27 lines
880 B
Python
27 lines
880 B
Python
# Created by MechAviv
|
|
# Quest ID :: 32707
|
|
# [FriendStory] Student From Another World
|
|
|
|
sm.setIntroBoxChat(1530000)
|
|
sm.setSpeakerType(3)
|
|
sm.sendNext("Whoa, hey! So, you're the one that answered the phone, huh? Nice to meet you! I'm an exchange student from... Well, nowhere around here. Ha ha!")
|
|
|
|
|
|
sm.setIntroBoxChat(1530020)
|
|
sm.setSpeakerType(3)
|
|
sm.sendSay("Yes, we know that! And that's the problem...")
|
|
|
|
|
|
sm.setIntroBoxChat(1530000)
|
|
sm.setSpeakerType(3)
|
|
sm.sendSay("Problem? Man, there's no problem here. This place ROCKS! Look at your crazy mushroom houses and slime monsters and stuff!")
|
|
|
|
|
|
sm.setIntroBoxChat(1530000)
|
|
sm.setSpeakerType(3)
|
|
sm.sendSay("Look, I'm busy losing my mind over how cool this all is. If you want the deets, talk to this magician-looking guy over here. The one that will. Not. Shut. Up.")
|
|
|
|
|
|
sm.startQuest(32707)
|
|
sm.completeQuest(32707)
|
|
sm.giveExp(441840) |