BloodDrop101x Posted March 5, 2010 Share Posted March 5, 2010 is there a weapon in the game where if you shoot somone it teleports them really high in the air and then they fall to their death if there isnt a weapon like this would this be doable? Link to comment Share on other sites More sharing options...
lloydryan76 Posted March 5, 2010 Share Posted March 5, 2010 That is a freaking GREAT idea!!! Link to comment Share on other sites More sharing options...
Cipscis Posted March 6, 2010 Share Posted March 6, 2010 That would be very easy to do. Just use a script effect like this with a condition on the effect item of "IsInInterior == 0":ref rSelf Begin ScriptEffectStart set rSelf to GetSelf PushActorAway rSelf 100 EndThat won't teleport the actor - it will make them fly up into the sky in ragdoll mode before they come crashing back down. If you want to teleport them directly, use this instead:float fPosZ Begin ScriptEffectStart set fPosZ to GetPos Z + 1000 SetPos Z fPosZ EndCipscis Link to comment Share on other sites More sharing options...
Recommended Posts