maple-v206/scripts/quest/q22002s.py

17 lines
816 B
Python

# 22002 | Sandwich for Breakfast (Evan intro)
sm.setSpeakerID(1013101)
sm.sendNext("Did you feed Bulldog? You should have some breakfast now then, Evan. Today's breakfast is Handmade Sandwich. I've brought it with me. Hee hee. I was going to eat it myself if you didn't agree to feed Bulldog")
if sm.sendAskYesNo("Here, I'll give you this #bSandwich#k, so #bgo talk to mom when you finish eating#k. She says she has something to tell you."):
if sm.canHold(2022620):
sm.startQuest(parentID)
sm.giveItem(2022620)
sm.setPlayerAsSpeaker()
sm.sendNext("#b(Mom has something to say? Eat your Handmade Sandwich and head back inside the house.)")
sm.dispose()
else:
sm.sendNext("Please make room in your Use inventory.")
sm.dispose()
else:
sm.dispose()