Ephreaym / Bot-Script

Bot Script enables bots for OpenNox.
5 stars 1 forks source link

Rewrite old NS script in Go #15

Closed dennwc closed 1 year ago

dennwc commented 1 year ago

This change adds a new temporary folder/package old with a ported script from BerserkerChargeOldScript.ns.

Each change is in a separate commit, so that it's easier to see how exactly the end result was produced.

The trickiest change so far was the refactor of callback variables. See commit message for details.