Search found 81 matches

by mac
Mon Apr 25, 2022 11:43 pm
Forum: Dialogue System for Unity
Topic: How to Input name?
Replies: 13
Views: 2532

Re: How to Input name?

Yes, I probably didn't explain it well but your answer is exactly what I needed, thank you Tony.
by mac
Mon Apr 25, 2022 9:01 pm
Forum: Dialogue System for Unity
Topic: How to Input name?
Replies: 13
Views: 2532

Re: How to Input name?

Makes sense, but how do I exactly access the playerName variable we created? We didn't use any custom Sequencer command until now so I'm not sure how to store it with the PersistentDataManager.GetSaveData();, which I assume you can only use inside a script and not in the Sequence space of the dialog...
by mac
Fri Apr 22, 2022 9:57 pm
Forum: Dialogue System for Unity
Topic: Question about GetParameter.
Replies: 3
Views: 626

Re: Question about GetParameter.

Holy I feel so dumb now, it was that easy, sorry for such a dumb question and thanks once again Tony.
by mac
Fri Apr 22, 2022 2:09 am
Forum: Dialogue System for Unity
Topic: Question about GetParameter.
Replies: 3
Views: 626

Question about GetParameter.

Hello Tony, so I'm trying to make a custom sequencer command to change my dialogue background Image, thats the script: using UnityEngine; using System.Collections; using PixelCrushers.DialogueSystem; using UnityEngine.UI; namespace PixelCrushers.DialogueSystem.SequencerCommands { public class Sequen...
by mac
Thu Apr 07, 2022 2:05 am
Forum: Dialogue System for Unity
Topic: How to Input name?
Replies: 13
Views: 2532

Re: How to Input name?

Nice Tony, everything works now, but I imagine that the Player Actor name doesn't change forever after you input the playerName variable, is there any script or anything I can run to overwrite the Player Actor name with the variable?
by mac
Tue Apr 05, 2022 11:24 pm
Forum: Dialogue System for Unity
Topic: How to Input name?
Replies: 13
Views: 2532

Re: How to Input name?

Hey Tony, I got the NPC Actor to say the player input name (John in the screenshot case), but how can I now change the players actor name from "...." (before inputting his name) to the chosen name? Do I also use the Discover Name Example for the player Actor?
by mac
Wed Nov 24, 2021 2:51 am
Forum: Dialogue System for Unity
Topic: Get emphasis value via script
Replies: 23
Views: 2625

Re: Get emphasis value via script

Sent the project in an email titled Dialogue Wheel Icon, thank you Tony.
by mac
Tue Nov 23, 2021 12:13 am
Forum: Dialogue System for Unity
Topic: Get emphasis value via script
Replies: 23
Views: 2625

Re: Get emphasis value via script

Yes I did all of the above, double checked just in case, but still the issue persisted.

Heres the link for the Wheel template prefab I made:

by mac
Sun Nov 21, 2021 11:00 pm
Forum: Dialogue System for Unity
Topic: Get emphasis value via script
Replies: 23
Views: 2625

Re: Get emphasis value via script

Hey Tony! Is the Icon package you created for this case (You can download the package in your third reply here.) not compatible with Wheel Dialogue? Because I did everything as supposed to, but when the response wheel shows up, the replies don't come along, the proper replies are ignored and overwri...
by mac
Sat Sep 04, 2021 3:07 am
Forum: Dialogue System for Unity
Topic: How to Input name?
Replies: 13
Views: 2532

Re: How to Input name?

Thank you Tony, the first node works just fine I guess, but the second doesn't play the string, throwing this error: Dialogue System: Lua code 'Actor["Player"].Display_Name = Variable["playerName"]; ' threw exception 'Cannot assign to a null value. Are you trying to assign to a n...