Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. world/New()
  2.     ..()
  3.     Splash()
  4.  
  5. proc
  6.     Splash()
  7.         winshow(usr,"splash",1)
  8.         var/i
  9.         for(i=255; i<=0; i-=10)
  10.             winset(usr, "splash", "alpha=[i]")
  11.             sleep(10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement