Advertisement
Chronos_Ouroboros

Untitled

Feb 13th, 2015
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Actor S7_TeleportFog {
  2. +NoBlockmap +NoTeleport +NoGravity
  3. RenderStyle Add
  4. States {
  5. Spawn:
  6. TNT1 AAAA 0 A_PlaySound ("Weapons/Raptor/Fire")
  7. TFOG A 36 Bright
  8. Fade:
  9. TFOG A 1 Bright A_FadeOut (0.01960784313725490196078431372549)
  10. Loop
  11. }
  12. }
  13.  
  14. Actor S7_TeleportFogSpawner Replaces TeleportFog {
  15. States {
  16. TFOG A 0
  17. TFOG AA 1 A_SpawnItemEx ("S7_TeleportFog")//, -5.0)
  18. Stop
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement