Hi guys,
I found this script that I used once in ARMA2 for halo jump. It was linked to the flag, basically you were to run to the base flag, select from the menu the option "halo" and then click on the map a location... this would activate the script and para drop animation etc etc. I have tried this inside Iron Front and it works, but it won't play an animation, it basically just teleports you to the spot you clicked on the map.... does anyone knows how to look for the parachute animation in Iron Front? I know there is one cause as I said before, i played a server with this function. Please any help?
SCRIPTS ARE:
Code:
_first = _this select 0
_text = "Halo by single-clicking on the map.You start at a height of 1000 above your current location."
?(format["%1",_first] == "Again"):
TitleText [_text,"Plain"]
;forceMap true
#Marker_1
onMapSingleClick "_StartLocation = player setPos _pos;[_StartLocation] exec ""Halo1.sqs"";onMapSingleClick """""
;
exit
the one above, calls this one:
Code:
[Player,1000]exec "ca\air2\halo\data\Scripts\HALO_init.sqs"
exit
and inside the editor, you put this code in the init field of the object you plan to use as a trigger for this script
Code:
this addaction ["(Halo)","halo.sqs"];
As I said before, this script works, but no animation is displayed, you just appear in the spot you selected in the map and it shows an error sating:
Could not find: HALO_init.sqs
Please guys any help would be appreciated.
Thanks