#Cosmetic Permission Modifier For Giveaway Winners

1 messages · Page 1 of 1 (latest)

granite ore
#

I personally did not win any prizes in the giveaway, but I believe they should be given a special block or item that will allow them to change who has the cosmetic in game. This would most likely work by changing a string value and splitting it down to substring usernames of players.

granite ore
#

It would work something like this if you used c#```
using system;

namespace cosmeticNameHere-choser{

public class cosmeticUsers{
Main(args[], string){

 static public string users = var

string[] substrings = users.Split(',');

Dictionary<string, string> dynamicVariables = new Dictionary<string, string>();

for (int i = 0; i < substrings.Length; i++)
{
dynamicVariables.Add($"var{i + 1}", substrings[i]);
}

// Access dynamically stored variables
foreach (var kvp in dynamicVariables)
{
Console.WriteLine($"{kvp.Key}: {kvp.Value}");
}
// Output:
// var1: username1
// var2: username2
// var3: username3
// and so on

}

}
}

wicked seal
#

So if I gave my friend my personal cosmetic but then wanted to remove it from his account i could

#

I didn’t win anything either

granite ore
#

yeah

#

still a nice thought

#

there would also be a button to release in next shop wave

#

lemme draw a sketch of what it would look like

granite ore
#

my printer only scans into pdfs

#

converted it