Summon()
usr<<"<font color = red><font size = 4>Come Out Spirit!!!"
oview(6)<<"<b>You feel the ground shake as [usr] summmons the great Spirit!"
spawn(20)
new /obj/a1(usr.x-1,usr.y+1,usr.z)
new /obj/a2(usr.x,usr.y+1,usr.z)
new /obj/a3(usr.x+1,usr.y+1,usr.z)
new /obj/a4(usr.x-1,usr.y+2,usr.z)
new /obj/a5(usr.x,usr.y+2,usr.z)
new /obj/a6(usr.x+1,usr.y+2,usr.z)
new /obj/a7(usr.x-1,usr.y+3,usr.z)
new /obj/a8(usr.x,usr.y+3,usr.z)
When I test it out nothing appears. As if it completely skips this part. All help is appreaciated.
Thank you for your time
..etc