Pheelon Posted November 16, 2009 Posted November 16, 2009 Moving a placeable to another area on Leave or simply access an object in another area. Is it possible - so far i haven't been able to move an object from an area in the Leave event - mostly because i can't figure out where i should move it too - well a workaround might be to add a new area move it there and move it again when i enter a new area. Seems to me the only option if i want to have a "global" object and not create a new copy everytime i want to access it. Does anyone know another option that would work?
jwvanderbeck Posted November 16, 2009 Posted November 16, 2009 I haven't tried to do this, but at first guess i'd say that quite possibly only one area is loaded at a time? Can't you just save the object details on leave and recreate it on enter?
Pheelon Posted November 16, 2009 Author Posted November 16, 2009 hmm, well the problem istn't that the object isn't there anymore - it is as it is being saved in the savegame - but what i am trying to do is for example access the wardens keep chest (or the party chest from the example-addon) from another area - and yes it is a problem couse objects appear to be bound to their areas and you can't access another area from your current one (unless its in an arealist with your current one)
Recommended Posts