01-16-2019, 12:20 AM
(This post was last modified: 01-16-2019, 12:21 AM by MegaNo0body.)
[macro]1 {AutoParty} When.PlayerMessage(Invite, pt) Exit() {Invite} AuthorID:=Creature.ByName(!Message.Author.Name) !AuthorID<>0 HUD.Display(AutoParty triggered for !Message.Author.Name \(!Message.Author.Level\) with id !AuthorID) Party.Status(!AuthorID)==:None HUD.Display(AutoParty inviting !Message.Author.Name \(!Message.Author.Level\) with id !AuthorID) Party.Invite(!AuthorID) [/macro]