var/mob/a = new/mob/units/soldiers/droid(usr.loc)
Problem description:
As soon as i call this line of code it ends the verb its used in. like:
world << "hi"
var/mob/a = new/mob/units/soldiers/droid(usr.loc)
world << "bye"
out puts "hi", but not "bye"
What gives?!?!