Jump to content

Alpha1

Member
  • Content Count

    10
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Alpha1

  • Rank
    Private
  1. Hi again everyone. I think you guy missunderstood my question. However I am going to make a short question here hope everyone get what I mean.:) .How to make the guy walk again after he stand up from the chair? Because I found out that the guy don't walk again while I wrote the script above. Please test it and if you found any good idea, or if anyone know how to unlock him let me know. Thanks very much
  2. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE"> 1)Are you sure that that "commandmove" command is working properly? I can't figure anything else.. I've used command "doMove" when I want someone to move. 2) Are you sure that the distance thing works? Have you put some hint message in the beginning of "move" part? <span id='postcolor'> Notthing for sure as I am a newb about OFP script language and learning. However, if I don't put him in the chair he run just fine. I don't know what difference between commandmove and domove, for me in this case the guy work the same.
  3. Hi everyone, I stuck with this guy all day today and never make him move again. He use to sit in the chair and when I get close to him he stand up and run away. But what I can do is when I get close he just stand up and stay right there wait for me to shoot him. What am I missing? Thanks a lot! Here's the code: _leader = Alpha _runner = runguy _waypoint = Jeep1 _runner switchmove "FXStandUnivTable" ? (_runner distance _leader < 20) : goto "move" #move ~5 _runner switchmove "" _runner commandmove getpos(_waypoint) exit
  4. Oh that guy, he's a M16A1 M203 Soldier. I don't remember where he came from, maybe from OFP I'm not sure. If you don't have him please download some unit addons from www.opflashpoint.org or www.ofpeditingcenter.com you might get him . * If anyone know about this soldier "M16A1 M203 Soldier" please drop a line. Thanks alot. Alpha1
  5. Hi StrikingTheMatch I'm sorry for the missing. Please click and download the addons which I have pack them in one ZIP file, it is 2 MB. All the addon can be found on www.ofpeditingcenter.com Enjoin! Alpha1
  6. I just finish 2 of my first mision and would like someone test it and give me the Idea or comment. Just click the name and download it. 1 = Air Commander 2 = Tanks Hunter Both are in the ZIP file and had readme.txt and full overview/briefing. Please someone give it a try. I'm waiting for your comment. Thanks in advance Alpha1
  7. Oh.. I didn't put this with it. Now it is working perfectly . Thanks very much for your help SCLZ. Alpha1
  8. Someone help please. How the player finish the mission only when 2 other objective accompleted. Here the mission I had set. From the Air Base I have: Trigger 1: Activation = Vehicle (link to player) Type = none Condition = this On Activation = [guy1,guy2] join guy3; "0" ObjStatus "DONE" On the Enemy Base I have: Trigger 2: Activation = Vehicle (link to player)and (link to a waypoint) which will show the back to base waypoint when this trigger activated. Type = none Condition = NOT (alive badguy1) AND NOT (alive badguy2) On Activation = "1" ObjStatus "DONE" Back to the base I have a trigger to finish the mission. Trigger 3: Activation = Vehicle (link to player) Type = End #1 Condition = this On Activation = "2" ObjStatus "DONE" My problem is the mission will end when I fly in to the landing zone (the trigger 3) (haven't land yet) no matter the badguy still alive or dead. So how to set the trigger to activate only when the aircraft is completly land or the player step in to it and those badguy was dead? I have tried to put the NOT (alive badguy1) AND NOT (alive badguy2) in the condition of the trigger 3 but the mission was end before I fly back  home  . Thanks very much for your help. Alpha1
  9. Thanks everyone, it work well with the code: this inflame true. I haven't try nearestObject [player, "StreetLamp"] switchLight "Off" yet but hopefuly it will too. Thanks again. Alpha1
  10. Someone please teach me the code to turn on the street light at night.. I can't find it anywhere . Thanks.
×