P3D-Legacy/P3D/Content/Data/Scripts/furniture/barktown/yourroom/townmap.dat

12 lines
560 B
Plaintext

version=2
@Text.show(It's the Town Map.)
:if:<register.registered(seviiboatfirsttalk)>=True
@screen.townmap(Johto,Kanto,Sevii Islands)
:else
:if:<register.registered(clairtmget)>=True
@screen.townmap(johto,kanto)
:else
@screen.townmap(johto)
:endif
:endif
:end