ID:270594
 
how do I make an areas icon to show on the map using a verb, to toggle on and off.
Your the biggest help vampire i have ever seen on these forums.. correct me if iam wrong..
In response to A.T.H.K
even bigger a help vampire than me!wow....
mob/verb/toggle_areas_sight()
if(usr.client.images.len>0)for(var/area/a in world) usr<<a
else usr.client.images=null


Something like that?

Oh, and ATHK, you're one to say.
In response to Mysame
excuse me? i don't think i have asked for help more than 4 times...
In response to A.T.H.K
That code doesent work.

In response to Xx Dark Wizard xX
did you copy and paste it lol...
In response to A.T.H.K
it isnt an image it is an icon, should i make it an image?

area
town
icon='town.dmi'
In response to Xx Dark Wizard xX
This is one method I took

http://developer.byond.com/hub/GhostAnime/ImageryTrickery


Ofcourse you have to use your brains to find out how that actually worked...

- GhostAnime
In response to Xx Dark Wizard xX
How do i do this

area
town
icon='town.dmi

I spread it on the map, how do i see it with the ? operator to toggle,
In response to Xx Dark Wizard xX
People already gave you the means of finding out how, you just have to do a bit more research in the DM Reference (F1) about the dantums/variables told to you by Mysame

If you are expecting someone to make a customized code just for yourself... tough luck >.>

- GhostAnime