Changes between Version 6 and Version 7 of Ticket #10835, comment 6


Ignore:
Timestamp:
Dec 13, 2018, 10:51:16 PM (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10835, comment 6

    v6 v7  
    3131        (self setScript: (ScriptID 32) self 93)
    3232)
     33# ...
     34(92
     35        (if (== (g0_hero view?) 20)
     36                # "You've already summoned the staff."
     37                (g91_gloryMessager say: 0 92 38)
     38                (return 1)
     39        else
     40                (= loc1 9)
     41                (self setScript: (ScriptID 46) self)
     42        )
     43)
     44# ...
     45}}}
     46\\
     47\\
     48script 730 - rm730::cue()
     49{{{
     50(switch loc1
     51        (9
     52                (if loc2_avisDied
     53                        (g2_myCurrentRoom setScript: sDoTheEndGame)
     54                else
     55                        (g2_myCurrentRoom setScript: sSummon)
     56                )
     57        )
     58        # Your spell disappears into the distance having had no useful effect.
     59        (4 (global91 say: 0 86 0 0))
     60        # These are all blank.
     61        (5 (global91 say: 0 88 0 0))
     62        (6 (global91 say: 0 79 0 0))
     63        (8 (global91 say: 0 93 0 0))
     64)
     65(= loc1 0)
    3366}}}
    3467\\