Search found 39 matches

by AlexNerd
Wed Nov 11, 2020 9:13 pm
Forum: Dialogue System for Unity
Topic: All Dialogue System Scripts are corrupted?
Replies: 3
Views: 297

Re: All Dialogue System Scripts are corrupted?

There was an error in one of my custom scripts. It seems to have been fixed now, thank you!
by AlexNerd
Mon Nov 09, 2020 5:38 pm
Forum: Dialogue System for Unity
Topic: All Dialogue System Scripts are corrupted?
Replies: 3
Views: 297

All Dialogue System Scripts are corrupted?

This has happened to me once before. On all the dialogue system scripts Unity gives me an error that says the script cannot be loaded. I don't want to redo everything, is there anything I can do? I've already tried updating and reimporting.
by AlexNerd
Mon Oct 12, 2020 4:41 pm
Forum: Dialogue System for Unity
Topic: Variable Reading as 'nil'
Replies: 4
Views: 432

Re: Variable Reading as 'nil'

That makes sense. I'll have to remember that for the future.
by AlexNerd
Mon Oct 12, 2020 4:29 pm
Forum: Dialogue System for Unity
Topic: Variable Reading as 'nil'
Replies: 4
Views: 432

Re: Variable Reading as 'nil'

Thank you! I'm still new to Lua, sorry.
by AlexNerd
Sun Oct 11, 2020 8:38 pm
Forum: Dialogue System for Unity
Topic: Variable Reading as 'nil'
Replies: 4
Views: 432

Variable Reading as 'nil'

I'm trying to have a variable that decrements by one when a player clicks on certain objects. However, the triggers weren't working so I put a print statement in the Lua code, and apparently it's being read as 'nil' even though I put an initial value in the Dialogue System. Any help would be appreci...
by AlexNerd
Fri Sep 11, 2020 8:54 pm
Forum: Dialogue System for Unity
Topic: Animation Not Playing
Replies: 3
Views: 371

Re: Animation Not Playing

I figured it out when I went to set the Debug Level: I'd disabled the dialogue system window so I could see the scene better. I forgot to re-enable it. Thanks for the help!
by AlexNerd
Fri Sep 11, 2020 8:15 pm
Forum: Dialogue System for Unity
Topic: Animation Not Playing
Replies: 3
Views: 371

Animation Not Playing

I'm not sure what's going on. I've used this command before and it worked. Is it because the object doesn't have an avatar? It shouldn't have to if it's a Generic Animation, right?
by AlexNerd
Wed Aug 19, 2020 9:48 pm
Forum: Dialogue System for Unity
Topic: UI Button Key Trigger Not Working?
Replies: 10
Views: 1414

Re: UI Button Key Trigger Not Working?

Well I figured out what was going on with the demo: I had the button component on the Player Continue Button and not the NPC one, but I'm using the JRPG2 UI and it doesn't have separate continue buttons. Is it not working because its deprecated?
by AlexNerd
Wed Aug 19, 2020 8:11 pm
Forum: Dialogue System for Unity
Topic: UI Button Key Trigger Not Working?
Replies: 10
Views: 1414

Re: UI Button Key Trigger Not Working?

Do I have to remove the Button component for this to work?
by AlexNerd
Wed Aug 19, 2020 7:41 pm
Forum: Dialogue System for Unity
Topic: UI Button Key Trigger Not Working?
Replies: 10
Views: 1414

Re: UI Button Key Trigger Not Working?

Nope, still not working. The continue button is showing up and I have the UI Button on the button gameobject.