Jump to content

Some-Guy

Members
  • Posts

    499
  • Joined

  • Last visited

Blog Comments posted by Some-Guy

  1. Here is the script, we wrote it in BASIC SYNAPSE:

    10 INPUT "What is your name dude?: ", U$

    20 PRINT "Hello "; U$

    30 INPUT "How much infras do you want: ", N

    40 S$ = ""

    50 FOR I = 1 TO N

    60 S$ = S$ + "moar infras for you!"

    70 NEXT I

    80 PRINT S$

    90 INPUT "Do you want more infra? y/n ", A$

    100 IF LEN(A$) = 0 THEN GOTO 90

    110 A$ = LEFT$(A$, 1)

    120 IF A$ = "Y" OR A$ = "y" THEN GOTO 30

    130 PRINT "Goodbye, also, neneko for neneko viceroy"; U$

    140 END

  2. Just so you know, TOP has a special computer programme called SYNAPSE.

    Ordinarily it is just a database for us to paste our nation stats into for the

    Knowledge of TOP's military commanders. However, just recently we modified SYNAPSE to interface with

    Every one of our nations' pages to automate the purchase of infra. It makes life so much more easier.

×
×
  • Create New...