mob
Write(savefile/F)
F["x"]<<x
F["y"]<<y
F["z"]<<z
F["icon"]<<icon
F["overlays"]<<overlays
F["mob"]<<src
Read(F)
F["x"]>>x
F["y"]>>y
F["z"]>>z
F["icon"]>>icon
F["overlays"]>>overlays
F["mob"]>>src
loc=locate(x,y,z)
(Note: don't worry about the icon and overlays, It's so because I need them later to read the icon of the mob.)
How could I save a list to that kind of saving? I tried a couple things, but whatever I tried it erased the list seemingly.
So, how exactly do I save a list in the F["list"]<< and F["list"]>>?
Thanks for your time,
Rick
</<<></<>
Test verb:
It works fine, but whenever I put F["verbs"]<<verbs and F["verbs"]>>verbs it fails to load the stuff after it. One problem solved, one created. >_<