[DiscordArchive] Mmm, so if it's not showing what value String is I guess it's picking the entries at random?
[DiscordArchive] Mmm, so if it's not showing what value String is I guess it's picking the entries at random?
Archived author: H0lysp4nk • Posted: 2020-04-28T23:06:23.930000+00:00
Original source
I wonder if that'll make any difference
Archived author: Kitzunu • Posted: 2020-04-28T23:06:25.355000+00:00
Original source
already did that
Archived author: H0lysp4nk • Posted: 2020-04-28T23:06:30.073000+00:00
Original source
Fack
Archived author: Kitzunu • Posted: 2020-04-28T23:06:52.788000+00:00
Original source
the only thing that changes is what ### gives what outcome, but since my recent spam, I dont know if it is all random or what it did
Archived author: Kitzunu • Posted: 2020-04-28T23:06:53.169000+00:00
Original source
lol
Archived author: Kitzunu • Posted: 2020-04-28T23:08:09.188000+00:00
Original source
well enough randomness for one day.
Time for my beauty sleep
thanks for all the help!
Archived author: H0lysp4nk • Posted: 2020-04-28T23:08:49.862000+00:00
Original source
You're welcome, I'll see if I can come up with something and I'll PM you
Archived author: Kitzunu • Posted: 2020-04-28T23:09:17.965000+00:00
Original source
sure, but dont spend too much time on it.
it is just cosmetic and I am sure you got other things you want to do
Archived author: 小爛土 • Posted: 2020-04-28T23:20:45.633000+00:00
Original source
You can turn a char array into a string with str(char array) iirc
Archived author: 小爛土 • Posted: 2020-04-28T23:22:41.316000+00:00
Original source
Also putting an int into a unit can have issues sometimes, because in an int the sign is the first bit, and 0 is positive, so 0 is actually a 1 followed by 31 0s, while a uint just counts up, so 0 is 32 0s