• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed [Indev 0.52.1] Infinite Technical Machines from Hiker

J

jianmingyong

Guest
More Self explanatory.
Pokemon\Scripts\mtember\explosiontm.dat
Code:
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)
     :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
Where is the @Register.register(explosionTM) ?
 

Darkfire

Administrator
Administrator
P3D Developer
More Self explanatory.
Pokemon\Scripts\mtember\explosiontm.dat
Code:
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)
     :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
Where is the @Register.register(explosionTM) ?
oops
at-least it is a TM
not like you couldn't already get infinite uses out of it :p
fixed in next version
 
Top