You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"That doesn't seem to work. Are you referring to an object that can be filled with liquid? Please refer to the usage of the fill command by typing [fill object].";
104
-
MSG_INSERT_NOT_CONTAINER,
106
+
MSG_INSERT_NOT_CONTAINER,
105
107
MSG_EMPTY_CANT_CONTAIN:
106
108
print_ret "Either this object can't contain any things or doing it won't help you progress in this game.";
107
109
MSG_OPEN_YOU_CANT:
@@ -150,7 +152,7 @@ Object walls "walls"
150
152
"You check the walls without gaining any new insights.";
151
153
],
152
154
before [;
153
-
Attack:
155
+
Attack:
154
156
"There is surely a better way to deal with frustration.";
155
157
Turn:
156
158
"The walls? Are you serious?";
@@ -211,7 +213,7 @@ Object -> ocean,
211
213
player.before = PlayerBefore; ! player.before override, see routine implementation
212
214
player.parse_name = PlayerParseName; ! own routine that parses the player's name
213
215
player.description = "There you are, a ghost in a shell, surrounded by a sea of shells.";
214
-
216
+
215
217
print "^^\
216
218
And when he hath the kernel eat,^\
217
219
who doth not fling away the shell?^\
@@ -249,6 +251,66 @@ Object -> ocean,
249
251
else himobj = p_object;
250
252
];
251
253
254
+
#ifV5;
255
+
! we use our own routine as Puny's might cause Infocom z5 terps to misbehave
[ SpeedSpaces p_spaces; ! stolen from Puny's ext_menu.h
306
+
while(p_spaces > 10) {
307
+
@print_table TenSpaces 10 1;
308
+
p_spaces = p_spaces - 10;
309
+
}
310
+
@print_table TenSpaces p_spaces 1;
311
+
];
312
+
#endif;
313
+
252
314
[ AboutSub;
253
315
print_ret (string)Story, " is copyright (c) 2021 by Your Name.^^You may freely distribute the game, but you have to link to <youramazingurl.com>. This work may not be sold or included in any for-profit collection without written permission from the author.^^Please send bug reports to ", "<me@@64","mymail.com>.^^For acknowledgements and credits, please type ~credits~.";
254
316
];
@@ -294,12 +356,12 @@ Object -> ocean,
294
356
noun = false;
295
357
];
296
358
297
-
! if not overridden by a before routine, TURN NOUN LEFT/RIGHT will invoke a regular TURN NOUN
359
+
! if not overridden by a before routine, TURN NOUN LEFT/RIGHT will invoke a regular TURN NOUN
0 commit comments