turf/generators
knightgen
New()
..()
spawn()
regen()
proc
regen()
while(src)
make(10)
sleep(600)
make()
var/mob/knight/S = new(usr.loc)
S<<"warning removal"
Problem description:
I KNOW THIS IS ABUSE OF THE USR.
I just cant figur out what to put instead(notice time i do not have 2 new topics right next to eachother they are 23 hours 21 minutes apart.
Goal
I'm trying to make a turf that generates aknight at its location.
This sounds like you want us to do the work for you. Firstly, why did you put make(10) when make() has no args? Why even make a proc anyways, its only two lines, and your probably not even going to use it again for this npc. Also, why is it turf/generators? Lastly, why did you do S<< that's telling a npc something, which makes no sense whatsoever.