Changes between Initial Version and Version 1 of Ticket #10860, comment 12


Ignore:
Timestamp:
Jan 7, 2019, 10:13:52 AM (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10860, comment 12

    initial v1  
    22
    33After the room is reset by hero re-entering, it will be visible again only for the first casting.
     4\\
     5\\
     6This is weird.
     7triggerEffect ignores the first dispose() call.
     8\\
     9\\
     10script 11 - triggerEffect::dispose()
     11{{{
     12(method (dispose)
     13        (if local3 (super dispose:) else (= local3 1))
     14)
     15}}}