Search found 80 matches

by HaiiroMukuro
Sun Oct 02, 2016 3:40 pm
Forum: Dialogue System for Unity
Topic: About the dialogue text
Replies: 23
Views: 4366

Re: About the dialogue text

Hello, I still have a question. How can I change the text "Continue" inside the continue button?
by HaiiroMukuro
Sun Oct 02, 2016 12:49 pm
Forum: Dialogue System for Unity
Topic: About the dialogue text
Replies: 23
Views: 4366

Re: About the dialogue text

Yes, I copy the JRPG UI from Legacy Prefabs. :D
by HaiiroMukuro
Sun Oct 02, 2016 12:02 pm
Forum: Dialogue System for Unity
Topic: About the dialogue text
Replies: 23
Views: 4366

Re: About the dialogue text

Thanks :D
Can I also change the sprite for the portraits?
And also for the alert messages?
by HaiiroMukuro
Sun Oct 02, 2016 3:57 am
Forum: Dialogue System for Unity
Topic: About the dialogue text
Replies: 23
Views: 4366

About the dialogue text

Good day! :D
Where I can change the size, the color and the alignment of the dialogue text here?
Image
by HaiiroMukuro
Sun Oct 02, 2016 3:50 am
Forum: Dialogue System for Unity
Topic: How to show the value of variables?
Replies: 6
Views: 990

Re: How to show the value of variables?

Thanks! I also add a class in the script if the player wants to spend money. Thanks a lot! :D
by HaiiroMukuro
Thu Sep 29, 2016 3:11 pm
Forum: Dialogue System for Unity
Topic: How to show the value of variables?
Replies: 6
Views: 990

How to show the value of variables?

Hello! :) I declare a variable named "Money." I create a UI text named "CurrentMoney" and place it on the upper right corner. Then use I the script. Variable["Money"] = Variable["Money"] + 20; ShowAlert("Gained 20 Dollars") Now, the player has 20 dol...
by HaiiroMukuro
Tue Sep 13, 2016 1:05 pm
Forum: Dialogue System for Unity
Topic: Tutorial of Karma System in Dialogue System
Replies: 17
Views: 2816

Re: Tutorial of Karma System in Dialogue System

Is this the right script for resetting the karma?

Code: Select all

Variable["Karma"] = Variable["Karma"] == 50;
ShowAlert("<color=green>Karma has reset</color>")
by HaiiroMukuro
Tue Sep 13, 2016 5:28 am
Forum: Dialogue System for Unity
Topic: Tutorial of Karma System in Dialogue System
Replies: 17
Views: 2816

Re: Tutorial of Karma System in Dialogue System

It's working now, thank you :D
by HaiiroMukuro
Mon Sep 12, 2016 1:45 pm
Forum: Dialogue System for Unity
Topic: Tutorial of Karma System in Dialogue System
Replies: 17
Views: 2816

Re: Tutorial of Karma System in Dialogue System

Oh, wait let me check . :)