Description
This is a tutorial on how to do the "random conversation effect" where instead of having an original dialogue path with a character, you have a variety of things that will randomly show up when you "talk" to them. If you have no idea what that means, go check out ~Pacthesis's Number Days or Memory Days. That type of "talking" is what I am trying to teach you guys how to do!
I Do recommend you download it (It's a free download! Yay, you're welcome, don't steal) so you can see code easier
ALSO: TO GET EXP WITH THIS ADORABLE DUDE, YOU MUCH CLICK HIM. DO NOT CLICK HIM UNTIL YOU HAVE TRIED OUT THE CONVERSATIONS WITH LESS THAN 50 EXP
(I got this dude from google images (Check out it's original source! cyriloneous.tumblr.com/post/42… I do not own this guy although I wish I did because he's so freaking cute)
---------------------------------------------------------------------------------------------------------------
GUYS: I got this info from a fellow Deviant, ~KittyKatHitUWithABat. So go over and thank, give points, llamas, etc to them!
--------------------------------------------------------------------------------------------------------------
Also, some notes, It's kind of obvious, but just in case:
When the code says to _root.gotoAndPlay("talk1"), we are all going to assume that frame (talk1) has the choices that the player picks from to gain exp. I say this because I usually go over that really quick in my tutorials, but I didn't this time.
Yes, I gave you guys a bunch of hp, I just wanted to make sure you saw how the code decreased it by 10**
The example, even when you have 50 or more exp often goes back to the "so, what's up?" which was only meant for if you had less than 50 exp. Why it does this, I don't know. If you can figure it out, I'd love to know why! (Some points will be awarded to the deviant who figures it out and tells me first!)
--------------------------------------------------------------------------------------------------------------
Play Number Days? www.deviantart.com/art/Number-…
Play Memory Days? www.deviantart.com/art/Memory-…
Visit KittyKatHitUWithABat's page! kittykathituwithabat.deviantar…
Check out my other tutorials on my page! legiokat.deviantart.com/
EDIT: On the frame that has the talk button, it'll say "there's 3 options" or something. That is partly true. There are 3 options if you have less than 50 exp with the dude, and then there are 3 more options if you have greater than or equal to 50 exp
I am so sorry for this mile long list of edits and such... I just really don't want to resubmit this thing. But there is one more thing...
*On the code that is copy and paste, the first one (the simple, without the different level of convo), there should be one more bracket. So there are two brackets at the very end of the code**