Jump to content

SHMadPup

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About SHMadPup

  • Rank
    Rookie
  1. I used to play an MP mission that had vehicles driving around, rotating between game logics. Would that be a setWayPoint script? This mission also had you pick up a "package" from one store, and deliver it to another store. But there were multiple stores, and it was selected randomly. Now how do I get it to select one game logic position randomly, and set a waypoint for the player to that game logic? Thanks in advance!:D -SHMadPup
  2. SHMadPup

    Two actions?????

    Oh..... well that would do it.... haha Thank you Nikiller. -SHMadPup
  3. This is frustrating the crap out of me. I'm making a single player mission and when you begin, I have the main player executing an "init.sqs". Now in this script, I have this: ?(player == airman) : airmancash = airman addaction["Show my cash!","airman_cash.sqs"] ?(player == airman) : airmanhung = airman addaction["Hunger Level","checkhung.sqs"] ?(player == airman) : airmangroc = airman addaction["Groccery Level","checkgroc.sqs"] I get those three actions when the game starts, but I get two of each. :mad::confused: Whats going wrong???? THANKS in advance -SHMadPup
  4. SHMadPup

    An old FAQ thread?

    I see.... well thanks for the replies. I'll use that link Icarus whenever it works, for some reason my internet won't let me on ofpec.com at the moment. -SHMadPup
  5. SHMadPup

    An old FAQ thread?

    About a year ago or a so, I was looking through the forums, and stumbled across the most helpful FAQ thread I have ever seen for OFP. I recently dug out OFP and started playing again, but unfortunately my scripting knowledge has faded. This thread was just a bunch of people posting scripts that could be used, like simply how to put a flag on a flagpole. It was probably about 30 pages worth of scripts that various board members were posting. Now my problem is this: I can't find that thread....... I think it was titled "OFP scripting FAQ" or something close to that. If you know the link to it, or know another thread similar to it, please reply. It would help a lot. Thanks! -SHMadPup
×