ID:178479
 
I am wanting to know how I could create a new mob
new /mob/monster/critter
at a certain location.
how would I?
Some examples:

new/mob/critter(usr.loc) // locate at your location

new/mob/critter(locate(x,y,z)) // locate at specific coords

new/mob/critter(locate(/area/start)) // locate in an area