Jump to content

Chalk2

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Chalk2

  • Rank
    Rookie
  1. His is how i solved it: Dummy = createGroup civilian; "worker3" createUnit [getMarkerPos "unit", Bomber, "unitDummy = this"]; when needs to freak: DummiEast = createGroup east; [unitDummy] join DummiEast; unitDummy addWeapon "..."; unitDummy addMagazine "...";
  2. I tryed the Resistance Idea and addRating, unfortunaly the Civilian still wont attack the player. Guess i have to do this differently.
  3. @Imutep i want to stay away from setFriend cause: Im gonna think through the Resistance idea, mabye do a addWeapon/addMagazines during the conversation and see what happens, i got to sleep now, will check tomorow about it. @Junker could you point me to a wiki entry for "set rating" or post a syntax example on how to use it?
  4. Hi, i want to create the following situation: a player walks up to a civilian and ask him something, hell respond by pulling his pistol out and open fire at the player. I have everything working till the point where the guy is supposed to open fire at the player and/or the players mates. Does anybody know how to set a former friendly unit hostile towards the players side, or any other method archieving similar results? Thanks.
  5. Hi, i try to create the following situation: A Hercules lands at a Airport, the pilot gets out and deleted. The Hercules is named "Hercules". i name the pilot via "HerculesPilot = name Hercules;" i try to delete him at a GetOut-Waypoint on activation via "deleteVehicle HerculesPilot;" Now that doesnt work, im pretty sure its a ovious mistake im doing here, i cant see it, anybody got a idea?
×