ID:269983
 
how can I do this? the file is a savefile of their map(everyone that plays gets a map to build on))
var/list/Files=list()
mob/verb/Upload(f as file)
if(findtext(f,".sav")&&!(f in Files))
Files.Add(f)