Several more tweaks/fixes
- Missing special node opcodes - Pass the party's (or in combat, the active character's) current location to special nodes triggered by timers - Fix the set pointer node - Fix terrain palette not correctly registering clicks while scrolled down - Fix sheets not correctly being copied from the temporary files folder - Fix monster abilities not being loaded from new scenarios - Fix custom sheets not being reloaded if they have changed - Documentation tweaks
This commit is contained in:
@@ -211,7 +211,11 @@ flag. Put the two parts of the required stuff done flag in these two text areas.
|
||||
<p><b>Message 1-3, Pict, Pict type -</b> Some special nodes display a piece of text on the
|
||||
screen. Other special nodes display a dialog box, with text in the middle and a picture in
|
||||
the upper left corner. The numbers for these messages and the number of the picture to
|
||||
display can be put in these text fields.</p>
|
||||
display can be put in these text fields. When attaching a simple text message (two
|
||||
strings) to some other type of node, keep in mind that the text will display <i>after</i>
|
||||
the main action of the node. For example, a Missile Animation node with attached text
|
||||
messages will show the missile, then display the text. Similarly, a Pause special node will
|
||||
display the text after the delay is complete.</p>
|
||||
<p>Each picture and each text message has a number associated with it (for example, every
|
||||
town has 100 text messages, numbered from 0 to 99). Most of the time, you really dont want
|
||||
to have to worry about these. Fortunately, there is an easier way to deal with this. Press
|
||||
|
@@ -1689,7 +1689,8 @@ both in town and outdoors, but the first few only work in town. For these nodes,
|
||||
values have slightly different meanings than before:</p>
|
||||
<dt>Extra 1a, Extra 1b, Extra 2a, Extra 2b:</dt><dd>For each of these specials, Extra 1a
|
||||
and Extra 1b are the top and left of the rectangle. Extra 2a and Extra 2b are the bottom
|
||||
and right of the rectangle.
|
||||
and right of the rectangle. Note that this is the reverse of standard coordinate order -
|
||||
Y coordinate first, then X coordinate.
|
||||
<p>The default values of Extra 2a and Extra 2b are -1. If you want the effect to only
|
||||
apply to one space (and not a whole rectangle), leave Extra 2a and Extra 2b at -1. In this
|
||||
case, the node only affects the space specified by Extra 1a and Extra 1b.</dd>
|
||||
|
Reference in New Issue
Block a user