Results 1 to 3 of 3

Thread: Random Paths

  1. #1
    Join Date
    Jul 2009
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Random Paths

    I am working on the GE Fire Maker, and when it calls a radial walking procedure, i wont it to select one of the 5 places (you dont click on the same exact square each time). How would i do this? Example please.
    Quote Originally Posted by Cstrike View Post
    Why do I even try these things? I just shit my pants over this god damn tutorial. Fuck, that's uncleanable. I can't even wash that out because there's so much of my shit it will just stain everything else. If I put it in the washing machine, I'm sure to stain the sides.

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If I understand you right, you want to have 5 different ways of walking to the ge picked at random each time?

    SCAR Code:
    case random(5) of
      0: do walking to this place
      1: do different walking to this place
      2: ...
      3: ...
      4: ...
    end;

    Like that? Just put your radial walking and whatever in each of those. Although I'm really not sure radial walk is the best thing for walking about the GE.. Could be wrong, but maybe taking a look into DDTM's might be ideal.

  3. #3
    Join Date
    Jul 2009
    Posts
    421
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks. Repped +1, i will look into DDTM's
    Quote Originally Posted by Cstrike View Post
    Why do I even try these things? I just shit my pants over this god damn tutorial. Fuck, that's uncleanable. I can't even wash that out because there's so much of my shit it will just stain everything else. If I put it in the washing machine, I'm sure to stain the sides.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •