ID:166275
 
1) i am making a building game,how can i make it so you can delete your own things?

2) how can i add a overlay only to gms that log in?
1. When you create the item, give it an owner variable and assign it to the src's key. Then when they go to delete an item, chech to see if the owner variable matches the src's key.

2. Again, if you do not already have one, make a variable called GM and set it to 1 for your Gm's. When a person logs in, check to see if they are a Gm and add the icon onto their overlays.
In response to Zythyr
how would i do that?
In response to Tailsxp
...Read the friggin DM guide and figure it out for yourself.