Advertisement
Qent

decorate.txt

Sep 30th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. actor Fog 6969 {
  2. +NOBLOCKMAP
  3. +NOGRAVITY
  4. +NOINTERACTION
  5. -SOLID
  6. +CLIENTSIDEONLY
  7. Radius 1
  8. Height 1
  9. RenderStyle Translucent
  10. Alpha 0.5
  11. States {
  12. Spawn:
  13. TNT1 A 0 A_Jump(256, "FogA", "FogB", "FogC", "FogD", "FogE")
  14. Stop
  15. FogA:
  16. FOGL A -1
  17. Stop
  18. FogB:
  19. FOGL B -1
  20. Stop
  21. FogC:
  22. FOGL C -1
  23. Stop
  24. FogD:
  25. FOGL D -1
  26. Stop
  27. FogE:
  28. FOGL E -1
  29. Stop
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement