workin on having snowflakes spawn random color that's the easy part but I also want it to have a random players name on it how would I do that and where should it call the names from ???


(edit) I can have it call from the namesxml but that's adding every players name to it looking for a way to place random player names without having to use namesxml file
 
Last edited:
What comes to mind is the LightOfTheWinterSolstice which adds random names on it- Scripts/Misc
But maybe some one will come up with another idea :)
 
grab an account at random (the [admin gump can pull a list of accounts, can use that to generate your list, then grab one from a random index, then you can grab a random character from the account and get the name string form that.
 
Back