Guest User

Untitled

a guest
Jun 23rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. mob
  2. verb
  3. Do_it_Filly(var/file/F)
  4. if(findtext("[F]",".dmi"))
  5. var/icon/I=F
  6. I.Scale(16,16)
  7. I.Scale(32,32)
  8. src << ftp(I)
  9. else
  10. src<<"[F] is not a supported file format."
  11. return
Add Comment
Please, Sign In to add comment