[HALF SOLVED] How do I make an in-game store?

rob1221

  • *
  • Posts: 9473
Just do that right before the transition to the next scene.

Mattcus

  • Posts: 24
Thanks it works the way i want it to. Now i have to create the shop itself and take money away.

Hectate

  • *
  • Posts: 4643
You can have whatever behavior handles the scene change also handle saving the values together.

So, right before the "change scene" block for "when actor enters region", add one that does your "set Money to (Money + MoneyFoundThisLevel)"

Edit: Whoops, I was on the last page. Glad that it's working, haha!
:
:
Patience is a Virtue,
But Haste is my Life.
Proud member of the League of Idiotic Stencylers; doing things in Stencyl that probably shouldn't be done.

Mattcus

  • Posts: 24
Yeah i've looked on the wrong page before. Thanks anyway.