03-09-2007, 01:26 PM
NejiHyuga Wrote:Alright, thanks for your help.
Is this it?
' Convert
NewMap.Name = OldMap.Name
NewMap.Revision = OldMap.Revision + 1
NewMap.Moral = OldMap.Moral
NewMap.Up = OldMap.Up
NewMap.Down = OldMap.Down
NewMap.Left = OldMap.Left
NewMap.Right = OldMap.Right
NewMap.Music = OldMap.Music
NewMap.BootMap = OldMap.BootMap
NewMap.BootX = OldMap.BootX
NewMap.BootY = OldMap.BootY
NewMap.Shop = OldMap.Shop
For y = 0 To MAX_MAPY
For x = 0 To MAX_MAPX
You need to find where MAX_MAPX and MAX_MAPY are set.
So search for this:
Code:
max_mapx =
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?