ID:183206
 
        Send_File(mob/M in world,f as file)
set category="Options"////Put this for admin or something
switch(alert(M,"[usr] is trying to send [f].","","Accept","Reject"))
if("Accept")
usr<<"[M]> accepts <font color=green>[f]</font>."
M<<ftp(f)
else
usr<<"[M] rejects </font color=green>[f]</font>."
return
Why did you post that...here?