-
Content Count
2047 -
Joined
-
Last visited
-
Medals
Everything posted by 1para{god-father}
-
Revive Script
1para{god-father} replied to norrin's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Have another little issue , Sometimes when i start the mission i get 2/2 lives remaining ? It is set to 10 lives and most of the time i get 10 but the odd few times i get 2 at start up , anyone know why this could happen ? Is it anything to do with the amount of stuff i have loading in the init ? Thnaks -
Trigger and countdown
1para{god-father} posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I have set a trigger and set the countdown to 60 with activation by none - and have syn that with some armour waypoints, so at the start of the mission should that trigger fire ater 60 sec ? I have put a hint in it but I never get the hint nor does the armour follow the waypoints. Am I missing something? Basically I want to allow time to get ready before the attack will be set to 5 min but testing with 60 sec. thanks -
Command to ungroup ?
1para{god-father} posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I have worked out how to capture someone and add him to my group with Join group , but what is the command to ungroup him . i.e. when I have extracted him to where he needs to go i need to release him from my group thanks -
Command to ungroup ?
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
cool thanks works like a charm :) -
Loadscreen - delay ?
1para{god-father} posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
I have in my Description.ext loadscreen "blar.paa" ; But it flashes up so quick you never really get to see it, is there a way to delay this and hold this on the screen for a few seconds ? I tried Sleep 5 but that does not work. Thanks -
Loadscreen - delay ?
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
thanks ill take a look at that demo, as i need to know how that works as well , and have been trying with the load screen but no joy yet :( -
Loadscreen - delay ?
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Have had a play with RscTitles but cannot seem to get it to work , could anyone post up an example of how i should use it or a sample mission with it in? Many thanks -
Domination's Vehicle Lift Script - Standalone!
1para{god-father} replied to KC Grimes's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Great work, I have a little issue when the vehicle respawns I need it to run a script as it pick up an ammo crate :- _null = ch2 addaction ["Load ammobox","attachammo1\attach_ammobox.sqf"] how can i get it to run the script again on respawn ? cheers -
How to Randomise Game / Tasks to complete
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi shk, Yes I have them all set for each 6 Task with the correct Marker names and spelling. They all work fine if it is the first task set, but as soon as you complete the first task the next task shoes but if you click on the task it just goes bottom left of screen , but if that task is first on restart it works fine so I know the marker is there and the correct spelling Cheers -
How to Randomise Game / Tasks to complete
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Have been using your Random Takes which work great by the way but I have 1 problem and I am hoping you can fix it for me. I am putting a marker on the map to show where the next task is it shows great on the first Task but when you complete the first task the next random task marker goes to the bottom left of the screen like it cannot find it , but I know it is there as it works when it is the first task. I am using :- tskobj_1 = setSimpleTaskDestination (getmarkerPos "markername"); case 0: { tskobj_1 = player createsimpletask ["task1"]; tskobj_1 setsimpletaskdescription ["1","1","1"]; player setcurrenttask tskobj_1; tskobj_1 = setSimpleTaskDestination (getmarkerPos "markername"); }; Many thanks -
Civilian kill Counter
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Ahhh i see many thanks that works like a dream been trying to get that to work most of today !! Cheers -
Loadscreen - delay ?
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks ill have a look now, also if i set GrassLayer=0 ; in the Init should that turn off grass , as it does not seem to work ?! is GrassLayer=0 ; correct ? if i get the delay working ill post it here.... Cheers -
Civilian kill Counter
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi Shk, where it has exceeded the kill limit , I have put in there Endmission "END1" but I would like to pause the end so they can see the side chat message first , have tried Sleep 15 but that does not work. How can I hold off endmission to allow them to read the message that they killed to many Civis? Many thanks -
A few questions >>
1para{god-father} replied to dr_zakharotta's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Take a look at Armed-Assault_Editing-Guide_Deluxe_Edition_by Mr-Murray , they are in there a whole list of them:- Name playMove "AmovPercMstpSsurWnonDnon" // hands behind head Name switchMove "AmovPercMstpSsurWnonDnon"// hands behind head great guide BTW -
Respawn Ammo Crate
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Yes that cool , it was destroyed in the heli and did not realise i could use the vehicle script. Cheers All -
how to script end game
1para{god-father} posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi what command do I use to end game ? thanks -
how to script end game
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
many thanks will give that a go ! -
how to script end game
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Another question please I want to delay the end of the game so i have used Sleep 60 before just before endmission but it does not wait it just ends the mission ? i.e what i am trying to do is use hint to say why it is end of the mission Thanks -
how to script end game
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Thanks that will do the job i used a space no wounder it did not work ! Thnaks -
Some help with a Script
1para{god-father} posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
If somone could help me with this? When I enter a trigger smoke is popped and a heli lands with a VIP in it he then gets out and goes to a certain waypoint I have tried this in the editor but have no idea how I would get the VIP to move when he is unloaded so I presume I need to use a script for this instead of the editor. I would really appreciate some help , is this possible to do ? thanks -
Some help with a Script
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
yes VIP moveincargo heli, I have it working but i have to wait a little for the heli to take off which is not to much of an issue so thanks for your help at leats it works -
Some help with a Script
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
In the Heli if i put the Special : cargo it works if i use Special : Flying it does not work ? Whats that all about ? -
Some help with a Script
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
works like a charm ! Thanks all ---------- Post added at 03:13 PM ---------- Previous post was at 02:23 PM ---------- I think I spoke to soon, I tested it with a static heli , but when i try and do this with my inbound heli that just landed he sits there like a lemon and will not get out or eject ? In the Heli if i put the Special : cargo it works if i use Special : Flying it does not work ? Any idea ? -
Some help with a Script
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hi yes the only other issue is getting the VIP out of the heli when it is landed I tried Eject but that does not seem to work. Thanks for the forcespeed ill try that out now Cheers -
How to use a trigger with a plane
1para{god-father} replied to 1para{god-father}'s topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
many thanks will give that a go now Will this work in MP as well ? Cheers