Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple UI Implementation #7

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

digitalbarrito
Copy link

Simple UI Implementation for CyberEssentials.

  • Draws a UI menu with 5 Buttons: List Warps, Where Am I?, Add Warp, Remove Warp, and CyberEssentials Commands List.
  • List Warps Button: Uses ListWarps() function to print Current Warps to console with a line printing Warp() for quick copy/paste,
  • Where Am I? Button: Uses WhereAmI() function to print Player Coords to console.
  • Add Warp Button: Uses HelpAdd() to print SetWarp() and it's usage and description to console for easy copy/paste.
  • Remove Warp Button: Uses HelpRemove() to print RemoveWarp() and it's usage and description to console for easy copy/paste.
  • CyberEssentials Commands List Button: Uses Help() to print all CyberEssentials commands and their descriptions and usage. (Mostly redundant, but is the only button that lists Move commands.

Add 3 functions
Adds a Simple UI
adds 3 Functions.
add 3 functions
Change Window Starting Position
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