turf
bases
base1
icon='base_m.dmi'
Click()
if(!usr.initialized)
usr.icon_name="base_m"
usr.Affirm_Icon()
usr.Refresh_example()
winshow(src,"text",1)
else
usr<<"You can only modify this at initial character creation."
when u click base1. a window(name is text) pops up
---but theres an in-game error when u click it
runtime error: bad client
proc name: Click (/turf/bases/base1/Click)
source file: Save_Handling.dm,193
usr: XskyflakezX (/mob/human/player)
src: the base1 (22,64,2) (/turf/bases/base1)
call stack:
the base1 (22,64,2) (/turf/bases/base1): Click(the base1 (22,64,2) (/turf/bases/base1), "main.map1", "icon-x=14;icon-y=13;left=1;scr...")
winshow(usr,"text")
src is the turf.