Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Map Size
#6
NejiHyuga Wrote:Alright, thanks for your help. Smile
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?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)