Mobs not being created. =( in Developer Help
|
|
Code:
var/monster a=pick(encounter) b=pick(encounter) c=pick(encounter) a=new a(locate(x,y+3,z)) b=new b(locate(x--,y+3,z)) c=new c(locate(x++,y+3,z))
|
Problem description:
Well, a's created, but the rest aren't.
Explain. =(
|