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

Quest SUI message boxes #1412

Merged

Conversation

madsboddum
Copy link
Member

@madsboddum madsboddum commented Nov 1, 2023

Relates to #1400.

I tested the message box in-game with:
/activateQuest quest/c_newbie_start.

I also expanded the automated tests for QuestLoader. Turns out that a whole lot more columns needed to be optional.

@Undercova Undercova added the FEATURE New feature or request label Nov 1, 2023
@Undercova Undercova added this to the Game Update ? - Quests milestone Nov 1, 2023
class CmdActivateQuest : ICmdCallback {
override fun execute(player: Player, target: SWGObject?, args: String) {
if (player.accessLevel == AccessLevel.PLAYER) {
SystemMessageIntent.broadcastPersonal(player, "Players cannot use this command :(")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

@Josh-Larson Josh-Larson merged commit e436d03 into ProjectSWGCore:master Nov 2, 2023
2 checks passed
@madsboddum madsboddum deleted the feature/quest/show_message_box branch November 5, 2023 09:24
@Undercova Undercova removed this from the [Quests] Task types milestone Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE New feature or request [Quest] Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants