Skip to content

Conversation

@NotLazy
Copy link
Contributor

@NotLazy NotLazy commented May 8, 2025

This PR allows other resources to essentially "execute" the /postal command, via an export.

It achieves this by extrapolating the /postal logic out into a function and adding an export that calls that function, while replacing the postal logic with a call to that new function.

This PR should be compatible with my other PR, but let me know if you have any trouble merging and i'll happily resolve any conflicts my branch has.

@DevBlocky
Copy link
Owner

As a client side resource, you can already do this with the ExecuteCommand native:

ExecuteCommand('postal '..postal)
ExecuteCommand('postal') -- clear route

@DevBlocky DevBlocky closed this Jan 27, 2026
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