Author Topic: Join Minigame Event?  (Read 1654 times)

Quote from: Greek2Me
Anyone with a little bit of time could make it.
Can someone make an event that allows you to make players join a minigame based on the minigame's name? Needs to be compatible with Slayer, not necessarily default since AFAIK Slayer does everything default does


Pseudocode for someone:
Code: [Select]
for minigame in Slayer.Minigames:
    if minigame.title == eventParameter:
        minigame.addMember(client)
        break


Event_ChangeMinigame

Works with and without Slayer. Type in the name of the minigame and it'll try to find it through Slayer first, then the regular minigames.
Minigames that are invite only will be completely avoided.