Skip to content

Releases: LostCityRS/RuneScriptKt

feat: queue* support for variable args

03 Dec 04:39

Choose a tag to compare

For historical accuracy.

BREAKING CHANGE: queue (non-star) only accepts int args now!

queue(script, delay, int_arg);
queue*(script, delay)(...args);

feat: Basic varbit support

17 Aug 12:13

Choose a tag to compare

feat: ai_despawn trigger

24 Mar 06:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 23...24

fix: if_close should run without protected access

06 Feb 17:39
fab494f

Choose a tag to compare

What's Changed

  • fix: Don't give if_close triggers protected access by @henke96 in #1

New Contributors

Full Changelog: 22...23

First open-source release

10 Jan 03:52

Choose a tag to compare