maple-v206/scripts/npc/guild_move.py

5 lines
118 B
Python

response = sm.sendAskYesNo("Would you like to go to the guild headquarters?")
if response:
sm.warp(200000301, 0)