ID:157632
 
Hey. I need to somehow detect if an icon is included in the rsc by default (like compiled in or whatever), or if a player uploaded it...

How do I do that? Thanks
what exaclty is this for? maybe there is an easier method

: D
In response to Darkjohn66
In my game players can upload their own icons. In the game there is also a Get_Icon() verb which lets players take any icon in the game as well.

But I don't want Get_Icon() to let them get icons uploaded by other players.

Get_Icon() is used on mobs and objs and lets you save their icon to your computer.
In response to Dragonn
Create a list, when a player uploads an icon add it to the list, when they delete the icon delete it from the list. Then when you use the get_icon verb check if the icon is in the list if it is don't let them download it.