skyblader
Reaction score
159

Profile posts Latest activity Postings About

  • nah think of it like a chain necklace, it goes in a circle and every one is linked to the next and previous, but to add a link you have to break the first and last ones and add that link in there then close them back up, and if you want to remove one you have to break the 2 its connected to and put them together with out it, does that make more sense?
    basically a linked list is a list of integers where each integer points to the next one
    so if Next[0] = 10, Next[10] = 200, Next[200] = 1, and Next[1] = 0 then:
    0 -> 10 -> 200 -> 1 -> 0 in a circle, but in a doubly linked list they also have their previous saved so:
    Previous[0] = 1, Previous[1] = 200, Previous[200] = 10, and Previous[10] = 0

    with a doubly linked list it is SUPER easy to remove or add a link, you can do it with this:
    If the link number = this

    To remove a link
    set Next[Previous[this]] = Next[this]
    set Previous[Next[this]] = Previous[this]

    To add one:
    Set Next[this] = 0
    Set Previous[this] = Previous[0]
    Set Next[Previous[this]] = this
    Set Previous[0] = this
    Yo :) hey just wanted to say hi, i figured out how Game Caches work, and learned how to set up the next lvl of a map, and it works just fine now :), now im making a little progress on my custom campaign :D , peace :)
    Hey dude, thanks for that mine spell, works perfect i just added loads of eye candy ^.-

    You should take all the spells you make and post a spellpack. Just an idea.
    hehe HeX said that too, I cleared it. First time I acctually need to empty my inbox. :D
    Hey there :D, hey uhm , i 've made this topic about having problems setting the next level of a map (i dont know if you've see it...) and its been on for 2-3 days now but no one seems to know an answer to my problem,and it sucks,as im stuck now, Could you please check out my topic and perhaps you would know an answer? , If not, perhaps you could recommend me some people to PM about that? Thanks in Advance,sorry if bothering.
    -Regards

    PS. The thread is "kinda old" and its not on the top list,so look for it more on the lower list of the threads :D
    hey you gave out wrong information in a thread earlier :D
    you said you can buy tomes even if you don't have space in your inventory, which is false, tomes are normal items but have an automatic event such as: "item acquired -> remove item -> add bonus to hero"
    so you still need at least 1 space to buy a tome :p
    would've said it in a rep quote but I need to spread more rep around... :(
    Yeah I used to help out alot.. but school gets lots of time and less time for TheHelper.net :)
    I don't know about this 'series' but I've learned I do better as a one man team than with a bunch of people :p
    Sorry to be spamming you again :D ,just wanted to say a big thank you again before i continue my work on my map :D
    Its me again :( ,sorry to be bothering you, its just that i cant go any further with my map development unless i take care of this respawn trigger :(,could u re-check my post again please?, thanks in advance
    "You're living only because it's illegal killing."
    But then there'd have to be someone doing the killing (assuming humans would be as capable of killing animals as they are now), who'd obviously be alive, even it was just one person (and that'd obviously be me). :)
  • Loading…
  • Loading…
  • Loading…
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top