Sort:
Submitted By
Date
6 months, 1 week ago (Oct 14, 2023)
Tags
Bug Report
Feedback

In Atomic2.zzt's train carriage board, players are able to instantly win a fight with a guard by sneaking behind them. Errors in the code cause the sneak check to succeed as long as the player is positioned south of the guard when the two come in contact. This allows players to stand still while the guard is moving south and let them walk into you to defeat them instantly.

If you fight the guard instead, choosing to punch or kick may result in a coding error as the success of the attack is based on a check for being blocked in a random direction with #if blocked rndp rndne try. Try is a reserved word and instead the object attempts to move with no direction specified and the object halts execution.

In Atomicx.zzt's various sites at the air field, the guards feature a different coding error where choosing either Hit him unconscious or Grab his bayonet and stab him when fighting will cause the object to halt due an incorrect line of code, #if blocked woo, which fails to specify a direction.

(Report entered by Dr. Dos, original report by The Green Herring)

Give Feedback

Markdown syntax is supported for formatting.
Additionally, you may place text behind a spoiler tag by wrapping it in two pipe characters (ex: ||this is hidden||).

Optionally provide a numeric score from 0.0 to 5.0

If any box is checked, feedback must be tagged with at least one checked tag

Feedback can only be provided on a file once every 24 hours for guests. Please sign in to a Museum of ZZT account if you wish to provide additional feedback.