1 |
james |
23 |
Global Variables |
2 |
|
|
ŹŹŹŹŹŹŹŹŹŹŹŹŹŹŹŹ |
3 |
|
|
d%(n) room n has been visited and long description shown |
4 |
|
|
d$(n) name of room n |
5 |
|
|
o%(n) location of object n (-1 = carrying it, 0 = nowhere, >0 = room number) |
6 |
|
|
o$(n) name of object n |
7 |
|
|
p% current position |
8 |
|
|
i$ input string |
9 |
|
|
c% flag indicating just moved ie. show room name/description |
10 |
|
|
t%(n) task n has been accomplished |
11 |
|
|
sc% score |
12 |
|
|
o$ input object (2nd word onwards of i$) |
13 |
|
|
go% number of turns |
14 |
|
|
f% font number |
15 |
|
|
l% lines displayed since last pause |
16 |
|
|
info%(n) array for font info |
17 |
|
|
tp% teleporting |