Skip to content

1.1

Choose a tag to compare

@cmdscripts cmdscripts released this 04 Jan 11:24
· 23 commits to main since this release
55e8ad5

Switched marker interaction
Changed key detection from IsControlJustReleased to IsControlJustPressed so E triggers reliably
Added fast polling while in range (Wait(0)) and kept markerTick delay when out of range for performance
Wrapped refreshHasBag(true) + openNpcContext() in a separate thread to prevent callback.await from blocking the marker loop
Made the target → context menu trigger non-blocking as well (runs in a thread)