Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

lexkymbeth

Members
  • Posts

    382
  • Joined

  • Last visited

    Never

Posts posted by lexkymbeth

  1. > will drop box work with this?

    I would advise to stay away from dropbox. If you have an old account that has the public folder enabled (It cost money for new accounts now) it would work. But if your game is very popular and many people are downloading they will shut off your account as dropbox is for sharing/storeing files and not for updaters :S
  2. > I thought they asked for a business id when setting up those forms. I didnt know that thats cool!

    Its optional pretty sure, can't remember… Yea it must be, I do not own a business so it shouldn't be required  :blink:
  3. > Really? Did you do your tax forms to actually receive a payment yet?

    ~~Not yet have to do that some time in the next few months :S May/June I think is when I have to~~

    Edit; Mis read that yes I did I just haven't done taxes yet aha XD
  4. > Sword art online, the "Hardcore" mode more hardcore than any other hardcore mode ever released.

    Agreed, must have Perm-Death. The skill system along with the tower that you have to reach the top to beat the game :P

    if (!Perm-Death) then hardcore=false
  5. > May i ask what it does Matt? Does it just make tabs so you can store more in bank?

    Looks like it

    For every bank tab create a bank with the MAX_BANK being the max amount of items

    ```
    For t = 1 To MAX_BANK_TABS
    For i = 1 To MAX_BANK
    Buffer.WriteLong Bank(index).BankTab(t).Item(i).Num
    Buffer.WriteLong Bank(index).BankTab(t).Item(i).Value
    Next
    Next

    ```
  6. Basically Nothing at the moment, but yea it can Interpret a line of code so far as well save Variables

    You can;

    * Create Variables -> let something = "$somethingelse$ taco"
    * Delete Variables -> del something
    * Echo -> echo something and a $Variable$
    * Clear -> clear (Just cleans the screen)

    ![](http://i.imgur.com/dc2RYR8.png)
×
×
  • Create New...