Talk:SAY
From OHRRPGCE-Wiki
Bob:
- I had to switch from wiki tables to html table syntax because I couldn't figure out a wiki way to do rowspan.
- I still plan on adding detail about the contents of the conditionals and appearance blocks.
- I am also worried about the fact that the conditionals data is not integer-aligned. I definitely don't remember doing it that way, but when I check the code, offset 305 is the offset that is actually being used. I wrote this info by looking at the source code, but it is such a mess that I would appreciate it if someone could double-check my work by viewing a real .SAY lump in a hex editor or something.
About Formal Specs: There's an example of the wiki style tables there, with colspan and everything. Rowspan is put in the same way:
| Stuff | 'n | such |
| This is a large box | pushed over! | |
| I'm pushed too! | ||
| Regular row here... | As shown by | this |
{| border="1" cellpadding="1"
| Stuff || 'n || such
|-
| rowspan="2" colspan="2" | This is a large box || pushed over!
|-
| I'm pushed too!
|-
| Regular row here... || As shown by || this
|}
