Author Topic: How do I make my Gamemode have random color bricks  (Read 635 times)

I've been looking in the Gamemode Reference thread and I can't find a variable that makes the spray can randomly select a color. How do I do this if it's possible?

Before you start a custom game click Advanced>Random Brick Color then toggle that

Before you start a custom game click Advanced>Random Brick Color then toggle that
this sets $Pref::Server::RandomBrickColor = "0"; to 0/1 depending on disabled/enabled
so for a normal server (custom), you'd select the option
for a packaged gamemode, you'd set the variable

this sets $Pref::Server::RandomBrickColor = "0"; to 0/1 depending on disabled/enabled
so for a normal server (custom), you'd select the option
for a packaged gamemode, you'd set the variable
Thanks. Locking.