ID:162804
 
Hmmm i trying to create a verb that creates a plant where the user is how could i do this???
There are two ways of doing this.
new/obj/plant(loc) //Create a plant at usr.loc
//or
var/obj/plant/p=new(loc)//Create a plant using a variable, so
p.icon_state="rose" //you can change its variables.