ID:139310
 
Code:
world
mob = /mob/npc




obj/spawner/spawnbaby2
icon = 'deadbody2.dmi'
spawntype = /mob/spawnbaby2

mob
spawnbaby2
name = "zombie"
icon = 'zombie2.dmi'
icon_state = "walking"
New()
..()

src.icon += src.loc.icon*0.1
spawn while(1)
step_rand(src)
sleep(30)
npc
density = 0
New()
..()
src.loc = (locate(1,1,world.maxz))


Everytime a new zombie spawns, it says welcome back guest-2206884336. I don't want it to do this. how do I fix it to make it where they spawn without it saying this?
Rework your outputting of that message so it only happens when desired.
Can you post the part of the code where it says "Welcome back[somevariablehere]"?
This isn't relevant to your question but... what... exactly does this line do?

src.icon += src.loc.icon*0.1


I cannot for the life of me figure out who or what this would be doing.
In response to LordAndrew
I deem thee Excalibur. To the worthy coder who can find a use for this. I declare thy King of England!
In response to Chowder
rep++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++