ID:264954
 
Code:
turf/load
density = 1
layer = 999
icon = 'login screens.dmi'
icon_state = "load"
Click()
usr.load()


Problem description:

as well as new and delete it seems when i try and place the turfs on the map based login screen they wont work hoe do i fix this?
You should look up the mouse_opacity var in the reference and set it to 2.

turf/load
mouse_opacity=2
density = 1
layer = 999
icon = 'login screens.dmi'
icon_state = "load"
Click()
usr.load()