legoandmars / Utilla

A PC library for Gorilla Tag that handles various room-related things (and more?)
MIT License
26 stars 37 forks source link

Detecting when the custom lobby was activated #40

Open pyluadotcode opened 11 months ago

pyluadotcode commented 11 months ago

How would i go about detecting when a custom gamemode was entered in a diffrent mod, i only want a few mods to work in the custom gamemode.

MrBanana01 commented 9 months ago

You could make a C# event run when joining that custom room the original mod made, then in the other mod you sub to that event.