|
|
Problem description:
I got this when I logged in on a save:
runtime error: undefined variable /var/bounds
proc name: SaveK (/mob/proc/SaveK)
source file: Save And Load.dm,19
usr: the kilop (/mob)
src: the kilop (/mob)
call stack:
the kilop (/mob): SaveK()
the kilop (/mob): AutoSave()
the kilop (/mob): Slot1()
LoadA (3,11,20) (/turf/LoadA): Click(LoadA (3,11,20) (/turf/LoadA), "Main_Screen.map1", "icon-x=1;icon-y=14;left=1;scre...")
And I get this when I click Save()
runtime error: undefined variable /var/bounds
proc name: SaveK (/mob/proc/SaveK)
source file: Save And Load.dm,19
usr: the kilop (/mob)
src: the kilop (/mob)
call stack:
the kilop (/mob): SaveK(the kilop (/mob))
the kilop (/mob): AutoSave()
the kilop (/mob): Slot1()
LoadA (3,11,20) (/turf/LoadA): Click(LoadA (3,11,20) (/turf/LoadA), "Main_Screen.map1", "icon-x=1;icon-y=14;left=1;scre...")
Save And Load.dm,19 = Write(F)
Is it me? I haven't used bounds, nor really dove into them at all. It's nonexistent in my coding...