mob
building
verb
Build_House()
set category = "Construction"
if(src.gold >= 500)
M = new /obj/house(src.loc)
src.gold -= 500
src.pop += rand(1,5)
return(10)
I'm clueless on how to make the house appear INFRONT of the person in the direction they're standing. I tried doing src.loc -= 1(even though I knew that wouldn't work. I have also tried src.loc = src.dir. Can anyone tell me how to do this?
Try that im not if its what you wanted