Buildings
density=1
SquareBuilding
icon_state="BL"
icon='House1.dmi'
EdgeProtection=list (NORTH,EAST,WEST)
Ground
AutoEdge=1
icon_state="Ground"
spawn() PhaseWorld()
spawn() GenerateFlowers()
spawn(1)AddGlobalEdges(1)
the addglobaledges are for main and the rest are turfs that i have been trying to fix but im getting the undefined proc and undefined Var
I assume you're just trying to get the procs to call uppon the world opening?
world/New() is the startup proc for the world, move the spawn() called procs into world/New().