Yeah I'm pretty sure the Fisher refills should be a standard size (and they include an adapter), but you never know.
Cheers Fes. Looks the goods. I ordered the slightly different CH4. ....aaaand of course... literally 5 minutes after hitting checkout, I found my...
I think I've lost my old trusty daily :upset: Does anyone have any recommendations for a good sturdy clicky-top pen that can take a Fisher Space...
How many LEDs? 2.5A is a lot of power for some lights.
Dude, that's just your general notification settings. You just need to delve into your settings. I have one MP3 ringtone for calls. One Mp3 dog...
Yeah I forgot to mention I'm grinding Egg Inc, too. Currently at 372Q% EB, and in a private discord server to manage coops lol. But I did find...
Started off with Adventure Capitalist and Idle Miner Tycoon. I like the cookie clicker style. Recently played Armoury & Machine 2, that had...
Any idle game aficionados here? I need a recommendation for a new game to "play" lol
Yeah it's been interesting. Thank the gods for colour coded text! It's been a lifesaver. Since getting the bot to the state I wanted, I've now...
New, please. The kid wants a "very fast" car for his 11th birthday. But we live in a cul-de-sac that's pretty short, so it's not like he's gonna...
Does anyone here "regularly" buy cars online? What are some of the trusted stores to buy from? I'm happy to buy a car at a certain price point,...
Fark. Can't believe I've been following this thread for 7+ years now :Paranoid:
Bringback Wolf:ET I reckon. Pick one of four classes, and gain EXP per match. EXP resets each game. That was awesome.
Next noob question here. What happens once it gets to the bottom of the array? Does it still count down the list until it gets to var truth = n,...
Ah so by rejigging the sequence, it's now redoing the array every time -next is called... I'll go back and see what was wrong between where I got...
Cool. I think I got it (I used -next to not interfere with existing -truth commands. //NEXT else if (message.content === '-next') { next++;...
Ah I think I see what I did wrong. We have different sections for each prompt of -truth -wyr and -dare. And it starts with what I posted in OP,...
Hmm. So I managed to splice it in to our existing code, but I think there's a loop somewhere, because when I asked the bot, it just started...
Thanks for that. I understand exactly 0% of it, but I'll work on it. I wasn't sure about starting at zero or 1. In our code, we we already up to...
Hi OCAU, I have a truth or dare bot that a friend has written for me, but we're both beginners to javascript. This is the current code, but it's...