P3D-Legacy/P3D/Content/Data/Scripts/blackthorn/santos_map.dat

14 lines
916 B
Plaintext

version=2
:if:<register.registered(elmcallblackthorn)>=False <and> <register.registered(risingbadge_obtain)>=True
:then
@player.move(0)
@Text.Show(Pokégear: Prof. Elm~Receiving call.......)
@Text.show(Hello, <player.name>?*I have something~here for you.*Could you swing by my Lab?*See you later!)
@register.register(elmcallblackthorn)
:endif
:if:<player.hasbadge(9)>=true <and> <environment.day>=saturday
:then
@npc.warp(6,22,0,20)
:endif
:end