Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Mikael1987 on February 01, 2014, 11:24:38 AM

Title: Starting with PM after having done a few Scripts Already(SOLVED)
Post by: Mikael1987 on February 01, 2014, 11:24:38 AM
Hello and thanks in advanced,I'm also not sure this is the appropiate forum to ask this so feel free to move this to the appropiate forum.
Anyway,I'm a programmer with not so much unity experience(even tho I can get around doing stuff looking up the documentation usually).
My team and I are working on our first game and I have already written some of the scripts for the gameplay(there aren't that many just yet,just some controllers and other small stuff),we are working using 2dtk.Can I use those scripts along with PM(aka accessing state variables in my scripts) or should I write everything again using PM and custom actions?.
Thanks again and sorry if the message is poorly formatted. :)
BTW great product ;).
Edit: I'm also using simpleSQLite for our DDBB,can I just write custom actions for that or how should I proceed?.
Title: Re: Starting with PM after having done a few Scripts Already
Post by: Mikael1987 on February 02, 2014, 11:51:39 AM
Well Answering myself,I'm just redoing what i had already done now using PM,obviously I keep the logic I just "translate it" to PM FSM's.