wolfbite 8 Posted May 17, 2007 Is it possible to script it so that when i blow a guy up with a satchel charge it point's out exactly where he's landed and Give's me a distance measurement too?? And then after this to allow another person to have a go but on the same screen.... Kinda like horse in tony hawks skating? you now basically exactly the same setup but Player 2 has a go? I kinda want to make just like a light hearted series of Wacky Olympic style events for ArmA. Any feedback most welcome. If anyone can enlighten me please do. Share this post Link to post Share on other sites
Junker 0 Posted May 18, 2007 u mean like stachel high jump and lon jump :P yeah it is possible all you do is make a point from where he starts and then wait from him land then get the distance from LETS SAY a heli-pad to the dead guy. do something like this. Long Jump <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_dist = Helipad Distance deadguy; Hint Format ["Distance - %1", _dist] High Jump <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> _dist = helipad distance deadguy ~1 #loop Hint format ["Height - %1",_dist] ? deadguy speed < 0: _i= _dist; goto "result" ~0.001 goto "loop" #result Hint format ["You Scored - %1",_i] Exit Dont quote me on these cus its just an example Share this post Link to post Share on other sites
wolfbite 8 Posted May 18, 2007 Thanks i'll try it out Share this post Link to post Share on other sites
Varry 0 Posted May 18, 2007 if you can ge your special olympics to work, please post it, i wold love to have a go at this!!! Share this post Link to post Share on other sites