Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Party Command #82

Merged
merged 4 commits into from
Jun 2, 2014
Merged

Party Command #82

merged 4 commits into from
Jun 2, 2014

Conversation

Hoikas
Copy link
Member

@Hoikas Hoikas commented May 16, 2014

It's the same /party command you know and love from Gehn! With bugfixes...

This would be nice to have in master so that I don't have to keep fixing merge conflicts.

Usage: Players type `/party` to be warped to the party. Admins include a
link in point sceneobject parameter to set the warp information in the
vault. Supplying an invalid object (eg `x`) will cause the party to be
killed, disabling the command for players.
Conflicts:
	Python/ki/xKIChat.py
- Change an empty string comparison to a more pythonic expression.
- Fix SpawnPoint mangling--we now link in at the correct spot!
@@ -1310,6 +1311,69 @@ def LookForFeathers(self, params):
else:
self.chatMgr.AddChatLine(None, "There is nothing there but lint.", 0)

def PartyTime(self, params):
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason you put this right above the # Other Commands # area in the # Easter Egg Commands # one?

Copy link
Member Author

Choose a reason for hiding this comment

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

OtherCommands was not available when I introduced this command

Copy link
Contributor

Choose a reason for hiding this comment

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

Correct, but they where when you opened the PR and I would not consider it an easter egg command. ;)

@Hoikas
Copy link
Member Author

Hoikas commented May 18, 2014

Moved /party to "other commands"

@Mystler
Copy link
Contributor

Mystler commented May 18, 2014

Thank you. 👍

Deledrius added a commit that referenced this pull request Jun 2, 2014
@Deledrius Deledrius merged commit 52c9c9e into H-uru:master Jun 2, 2014
@Hoikas Hoikas deleted the party-cmd branch June 2, 2014 06:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants