DarwinNE / aws2c

Adventure Writing System to C translator
GNU General Public License v3.0
10 stars 4 forks source link

Corrections and mods to DawnPatrol.aws #1

Closed ghost closed 3 years ago

ghost commented 3 years ago

dawn_patrol.aws

Notes / changes CDC: 24-Sept-2020

Conditions (local)

IF verb 100 and noun 7 THEN set 16 mess 22 quit ENDIF -> IF verb 100 and noun 7 THEN set 16 mess 22 exit ENDIF

Verbs NORD -> NORTH CHARGE -> LOAD D -> Changed code from 110(LOOK) to 85(DOWN) DOWN -> duplicate removed RIDE -> duplicate removed THEN -> duplicate removed BYE added as alias for STOP GET added as alias for TAKE/GRAB X added as alias for EXAMINE

Messages 22: Added You have completed the game ! 35: hose -> horse 1030: southovest -> southwest

Objects 1: a torch, out -> an unlit torch 3: a chain mail -> chain mail

DarwinNE commented 3 years ago

That's great, thank you very much!