ID:263351
 
Code:
mob
Shopkeepers
name="Inuyasha(NPC)"
icon='NPCs.dmi'
icon_state="Inuyasha"
infra_luminosity=2
density=1
New()
..()
wanderslow(src)


Problem description:

Basically Demons in my game are supposed to be able to see other mobs in infrared. see_infrared is set to 1 in the Demon mobs. The mobs do not appear in the dark. Any reason why this wouldn't work?
You have to be more specific, at least to me. All I see is that that mob will become visible to people who can see infrared when they get within 2 tiles of that mob. What are you trying to do, you have to be more specific, like, you can't get it to work, or what's wrong exactly.

Also, you should try to increase the variable. To like 4 or 5, IMO.
In response to Chue
Thanks. Just by saying what you said I figured out the problem. The DM Reference guide didn't specify that the value was the tile radius. I set it to 6 and it worked.