P3D-Legacy/P3D/Content/Data/Scripts/mtember/explosiontm.dat

17 lines
1.1 KiB
Plaintext

version=2
:if:<register.registered(explosionTM)>=False
@text.show(Can you imagine?*If this volcano~were to erupt?*The explosion would~be the end of us.*How terrifying~is that? While we're terrified,~please take this.)
@options.show(Yes,No)
:when:Yes
@text.show(You're terribly brave...)
@item.give(384,1)
@item.messagegive(384,1)
@register.register(explosionTM)
:when:No
@text.show(Yeah, you're right.*It is too terrifying.)
:end
:endwhen
:endif
@text.show(Using Explosion while~on this volcano...*What a terrifying~thrill!)
:end