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

Align appearance update setters #580

Open
GregHib opened this issue Jan 12, 2025 · 1 comment
Open

Align appearance update setters #580

GregHib opened this issue Jan 12, 2025 · 1 comment
Labels
enhancement New feature or request idea

Comments

@GregHib
Copy link
Owner

GregHib commented Jan 12, 2025

player.renderEmote = ""
player.setAnimation("")
player.setGraphics("")

Perhaps it would be neater to have them all the same format and name style

Choices are:

player.emote("")
player.animate("")
player.gfx("")
player.graphics("")
player.renderAnim = ""
player.renderEmote = ""
player.animation = ""
player.graphic = ""
@GregHib GregHib added enhancement New feature or request idea labels Jan 12, 2025
@GregHib
Copy link
Owner Author

GregHib commented Jan 15, 2025

player.forceChat = ""
player.message("")
player.forceChat("")
player.say("")

Could also add player.console("") and player.spam("") or player.filter("")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request idea
Projects
None yet
Development

No branches or pull requests

1 participant