start_round with minigame name #1
Reference in New Issue
Block a user
Delete Branch "terry-races"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adding ability to start minigame round from console by providing the Library name of the minigame's class.
IE:
start_round mg_russian_roulette@@ -122,2 +122,3 @@Players = All.OfType<Lucker>().ToList();MinigameManager.StartRandomMinigame( Players );if ( string.IsNullOrEmpty( minigameName ) )Just pass in minigameName, we check if it's null so either it's null and we pass null or we dont pass null and it's stil null.
DONE
WIP: terry-racesto WIP: start_round with minigame nameWIP: start_round with minigame nameto start_round with minigame name