Page 1 of 1

a few questions before purchase

Posted: Tue Aug 07, 2018 3:17 am
by mmopulencia
Hi!
Iám actually in the part of my game where i tackle conversation and dialogues , Im making a 2d based platform jumper game , and im interested in purchasing the asset, my questions are as follows:

with this Asset am i going to be able to :

1. Attach a code via the dialogue system in which :
a. Npc asks a question : and depending on the choice of answer:
i. answer from player could define if the game would :
* allow them to the next area :(destroy an obstacle blocking the way etc)
* reset the game from the beginning if answer is wrong.

Thank you in advance.

Re: a few questions before purchase

Posted: Tue Aug 07, 2018 8:29 am
by Tony Li
Hi!

Yes to both.

There are several ways to allow access to another area. The simplest is to use the SetActive() command in the player's response node to deactivate the obstacle.

To reset the game from the beginning, you could use the LoadLevel() command to reload the first game scene from the beginning, or the MoveTo() command to move the player to the starting position, etc., depending on how hard a reset you want to do.

Please try out the free evaluation version before you buy. It has all the features of the paid version, just with a watermark and no source code. Any content you create in the evaluation version is fully compatible with the paid version. The Tutorials page is a good place to start. Most of the written tutorials have links to video versions, too.

Re: a few questions before purchase

Posted: Sat Aug 11, 2018 12:28 am
by mmopulencia
Heya Tony! Thank you for your reply , Bit the bullet and bought it <3 !

Re: a few questions before purchase

Posted: Sat Aug 11, 2018 8:54 am
by Tony Li
Thanks! If any questions come up, just let me know.