und egal ob ich beim "start spawn"
oder ich es mit nem trigger verbind,
es passiert nix
wenn sie aber ungefär 1000 quadrate
von einen anderen entitie hinsetzt
spawnen sie.
edited 1×, last 17.02.11 07:46:54 pm
npclist = {type,x,y,rot} functionstart() for i = 4,#npclist,4 do spawn(npclist[i-1],space.npclist[i-3],npclist[i-2],npclist[i]) end end function spawn(type,x,y,rot) parse ("spawnnpc "..type.." "..x.." "..y.." "..rot) end