0 Members and 1 Guest are viewing this topic.
not related to weapons but whateverIs it possible to have a player "die" (complete with the "killer" getting a message and earning a frag), but come "back to life" shortly after dying? This means that the revived player will retain any weapons / items / etc they had before dying. It's not a simple respawn or anything.Also, is it possible for a weapon to take a frag AWAY from its victim upon a successful kill?
DEAD RINGER. ... Well, I was TRYING to do it anyway. It's just too darn complicated.
actor Kamaitachiblade{PROJECTILE+DONTBLASTRadius 6Height 5scale 2.5damage (21)+FORCEXYBILLBOARDdamagetype "Kama"speed 32States{Spawn:KAMA ABABABAB 2KAMA A 0 A_SpawnItemEx("KamaPause",0,0,0,0,0,0,0)stop}}actor KamaPause{PROJECTILE+DONTBLAST+LOOKALLAROUNDRadius 6Height 5scale 2.5damage (22)+FORCEXYBILLBOARDdamagetype "Kama"speed 0States{Spawn:KAMA ABABAB 2 A_LookKAMA A 0 A_FaceTargetKAMA A 0 A_SpawnItemEx("KamaChaser",0,0,0,37,0,0,0)stop}}actor KamaChaser : MageStaffFX2{PROJECTILE+DONTBLAST+SEEKERMISSILE-EXTREMEDEATH+LOOKALLAROUNDRadius 6Height 5scale 2.5damage (24)+FORCEXYBILLBOARDdamagetype "Kama"speed 37States{Spawn:KAMA AB 3 A_MStaffTrackKAMA A 0loop}}