Skip to content

Conversation

@Tranq1
Copy link

@Tranq1 Tranq1 commented Nov 5, 2021

atlist expression

Atlist retrieves a list item of the specified index. Will return 0 if the index is out of bounds or the retrieved item could not be converted into a serial.

Usage: atlist ('list name') (index (starts with 0))

createlist testlist
clearlist testlist
pushlist testlist 0x1
pushlist testlist 0x2
pushlist testlist 0x3

if atlist testlist 2 as entry
    overhead firstentry
else
    overhead "index out of bounds or list item retrievend was no serial"
endif

poplist expression

Implemented a second version of poplist as an expression so the item popped can be retrieved via the as operator. Works alongside the normal poplist command.

if poplist testlist back as popped
    overhead popped
endif

Jaedan and others added 30 commits August 15, 2021 21:29
Stop using the ConfigurationManager because that file changes when the
program is run. This makes it difficult for launchers to ship good
settings files.
This allows us to shift a bunch of code out of the packet handlers and
into the individual files that handle each of these features.
fix dummy save

Fix getName
@anethus
Copy link

anethus commented Dec 14, 2021

Beta Client Build and Release #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants