Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
ErrEff
Feb 13, 2012

magimix posted:

Outside of what is already in the OP, are there any newbie-tier resources that people might recommend?

Found this, it's a helpful text guide to understand the language and syntax, with examples.

Adbot
ADBOT LOVES YOU

ErrEff
Feb 13, 2012

Tempura Wizard posted:

Is there a way to put line breaks in a string for the PRINT command or do I need a new PRINT for each line of text?

This should work (can't test it right now):
code:
PRINT "This line is"+CHR$(10)+"split in two"

This line is
split in two
Input for CHR$ is the entire UTF-16 table from 1-65535, and decimal value 10 is "newline" or Line Feed or the dozen other names it has.

ErrEff
Feb 13, 2012

organburner posted:

IMO you need to post more tbh...

Because I can't buy this thing ;_;

It's still available in the US eShop, right? You could change your Nintendo account's region. Just make sure you have no outstanding funds on your account before you make the switch. You might also run into an issue where your credit card is denied, in which case you can get some US eShop card codes.

Or make a new account entirely for just the US shop (it will have to remain on your system for DRM purposes, however).

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply