playMaker

Author Topic: Where should I make variables for an RPG?  (Read 981 times)

Renoki

  • Playmaker Newbie
  • *
  • Posts: 3
Where should I make variables for an RPG?
« on: March 15, 2016, 01:00:02 PM »
Hey all, I'm making a simple RPG with playmaker, but I'm just wondering where I should make all the stat variables such as Health, Attack Power, etc

Should I make them as global variables in playmaker or in a .cs script and call them in playmaker as needed?

thanks!