All you are doing is making me want to watch it again. I own it. On DVD.
Well thank you very much dear sir! Iāll enter for Stardew Valley as well
Almost at 50! Good luck!
For anyone interested in the process, everyone who enters gets a number associated with them (for example, @LordAo is number 1), then I use the following Python script to select a number from the max number of entrants (ends tomorrow at 11am):
import random
maxEntrants = int(input("Number of max entrants: "))
StardewDrawing = range(1,maxEntrants+1)
secure_random = random.SystemRandom()
print(secure_random.choice(StardewDrawing))
Then the number selected is matched with the master list of entrants, and we have a winner!
Yes, itās very basic, but I trust Pythonās SystemRandom to generate a fun pseudo-random number.
-Mink
You think thatās basic, I just google rng and use that.
Iād love to have a chance to win Stardew Valley
I“d like to enter for stardew valley
stardew valley
Yay! Thatās 50 people!
I just wanted to share something I found funny; thatās all.
I also wanna enter for the Stardew Valley draw
Hello, I“ll enter for Stardew Valley
All good, I mean the whole rain thing is true though I canāt remember myself thinking about it at the time. Iām confused about the line at the bottom though about astronauts I donāt remember anyhing in the movie to do with that. Maybe I need to watch it again and work it out
hello i am new here and i really want to win that key sir
Please!!! I want Stardew Valley (Iāve already got Psychonauts)!!!
Stardew Valley i would love that my friend has been pressuring me to save up and buy it XD
Stardew valley pls
@Whitishmink Iām using NamelessSpriteEditor. Itās part of the pokemon rom hacking pack and while a bit basic itself, it lets you save the sprites in the rom itself. That way if your modified sprite is larger than the original one, you get an error message so you know you have to use the function that automatically searches for enough space in the rom where your new sprite can be saved. It also lets you edit front, back and party sprites for pokemon, alongside the footprint(if for some reason you want to), AND the trainer sprites as well.
Wooo Iām number one