playMaker

Author Topic: ES3 Arraylist Load  (Read 518 times)

HedgeWizard

  • Playmaker Newbie
  • *
  • Posts: 14
ES3 Arraylist Load
« on: May 22, 2021, 12:55:28 PM »
Hi

I am currently trying to get the Easy Save 3 loading of my arraylist data to work.

My problem:
I save the arraylist before I add an item to it. I then add an item to the arraylist and load the game.  Everything works; the item is no longer in the arraylist.
But the Remove Event from the arraylist is not being send to my FSM.

Am I going about this wrong? or should the Arraylist Load not be able to activate the Remove Event?

Thanks for your time.
« Last Edit: May 22, 2021, 01:02:13 PM by HedgeWizard »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: ES3 Arraylist Load
« Reply #1 on: May 23, 2021, 01:17:17 PM »
Hi.
I think that loading will not trigger remove, since its not really removing something.

it resets current list then set the values that are loaded.