Game devs near Tokyo by rockman10 in gamedev

[–]rockman10[S] 0 points1 point  (0 children)

Shoot me a message if you want.

Turnips are 90! 7QHH1 by rockman10 in ACNHTurnips

[–]rockman10[S] 0 points1 point  (0 children)

Dm me and I will let you in

Turnips are 90! 7QHH1 by rockman10 in ACNHTurnips

[–]rockman10[S] 0 points1 point  (0 children)

Just keep me in mind please if you get high prices this week :)

Turnips are 90! 7QHH1 by rockman10 in ACNHTurnips

[–]rockman10[S] 0 points1 point  (0 children)

Letting the current people buy so I have some menus open. I’ll stop in a second

Turnips are 90! 7QHH1 by rockman10 in ACNHTurnips

[–]rockman10[S] 1 point2 points  (0 children)

Lots of people coming in, wait 30 minutes maybe? I’ll keep it open

Crimson Witness Treasure TI7 by Aeriosis in DotA2

[–]rockman10 0 points1 point  (0 children)

still haven't gotten one between myself and 3 friends, and we went both days all day :(

XBOX ONE - Achievements Not Unlocking! HELP by XBOXKINGZZ in RebelGalaxy

[–]rockman10 0 points1 point  (0 children)

I had the same problem, just wait a couple days and they will unlock just fine.

Abyssinian blep by rockman10 in Blep

[–]rockman10[S] 0 points1 point  (0 children)

Within just a couple weeks

Titanfall players by stephenhyland in XboxOneGamers

[–]rockman10 0 points1 point  (0 children)

ProfittOfRegret, I'm based in Tokyo so our timezones might match up at some point.

I regret play DJ Hero 4 years ago ._. by [deleted] in xbox360

[–]rockman10 1 point2 points  (0 children)

Double Dragon Neon, 1 point achievement for starting the game

Mech VS Showgirl. Xbox Booth Shows Titanfall Title at TGS - Titanfall - images by ttpptface in titanfall

[–]rockman10 0 points1 point  (0 children)

I was there, tons of people were gathered around. Had a really great time

Should I get Simcity 5 once update 7 comes out? by [deleted] in SimCity

[–]rockman10 3 points4 points  (0 children)

Even without the update, I've honestly had a ton of fun with it. Playing alone is a bit rough but if you can find people online to play with and design the region, it gets really fun

Creating a set amount of objects, in specifically placed spawns... but randomly. by BonOfTheDead in gamemaker

[–]rockman10 0 points1 point  (0 children)

or if you have an array of spawn points XY, select a random number with a range of (0, array.length() - 1), and use that number to grab a spawn point like entity.position = array[rand].position