Re: The Exterminator: Bigger Backpack Edition (New Demo release)

you know, i saw the Mafia Lizard. it looks better and cooler than before. nice one! 

Discussion about ZDoom
https://forum.zdoom.org/
lizardcommando wrote:Well, I'm glad the item's basic function works, but there's a small problem to it (besides the one you pointed out). I want it so that when I use the item, I throw the SupportBeacon and it would take a second or two until it activates, teleporting a friend. You know, kinda like how the Teleport Beacon or Dudukrazy's friend spawner works. Not sure if that makes sense or not... Also, is there a way to increase how far it gets thrown before being activated?
Death:
PTRB A 70
TELX A 0 BRIGHT A_PlaySound("WLIceShot/icechargeup")
TELX A 2 BRIGHT A_SetTranslucent(0.4)
TELX B 2 BRIGHT A_SetTranslucent(0.5)
TELX C 2 BRIGHT A_SetTranslucent(0.6)
TELX D 2 BRIGHT
TELX E 2 BRIGHT
TELX F 2 BRIGHT
TELX G 6
TELX H 1 A_SpawnItemEx("ExtBuddy",0,0,0,0,0,0,0,SXF_NOCHECKPOSITION)
Stop