Author Topic: Dedicated minigame  (Read 430 times)

Does anybody know about an add-on that ensures a mini-game stays up and functioning if the creator leaves (on a dedicated server)?

   new scriptObject(DedicatedMini)
   {
      class = miniGameSO;
      
      brickDamage = true;
      etc...
   }