Liewce Posted May 7, 2017 Share Posted May 7, 2017 So i'm trying to develop a version of PK in which player choices are relevant to the plot in terms of which faction the player joins and other minor things. My question is: how hard is it and how can i do a script that considers player choice from the beggining, including interactions with NPCs? So, for instance, if the player makes choices in a certain way, NPCs of a certain faction would be friendly whereas those of the other faction would be agressive, or even considering a neutral path in which both factions hate you for some reason. I assume that in terms of scripting, condicional choices are simple if they dont imply in long-term consequences (i.e.: chose "yes" for item A or chose "no" for item B, but nothing more than that), but, being new to this creating process i dont know how viable it is to make a script with choices that affect long-term. Thank you all Quote Link to comment Share on other sites More sharing options...
Veterans Zumi Posted May 7, 2017 Veterans Share Posted May 7, 2017 35 minutes ago, Liewce said: So i'm trying to develop a version of PK in which player choices are relevant to the plot in terms of which faction the player joins and other minor things. My question is: how hard is it and how can i do a script that considers player choice from the beggining, including interactions with NPCs? So, for instance, if the player makes choices in a certain way, NPCs of a certain faction would be friendly whereas those of the other faction would be agressive, or even considering a neutral path in which both factions hate you for some reason. I assume that in terms of scripting, condicional choices are simple if they dont imply in long-term consequences (i.e.: chose "yes" for item A or chose "no" for item B, but nothing more than that), but, being new to this creating process i dont know how viable it is to make a script with choices that affect long-term. Thank you all Variables, switches and conditional branches are your best friend! If you make a certain choice, you can set a variable to be higher or lower (or a switch to be turned on or off), depending on whether your response is good or bad, and use that variable/switch to determine a certain dialogue or result later on with conditional branches. In RPG maker it's very easy to set variables and switches as they're part of events, not scripts, so you'll get the hang of them fast enough. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.