Search found 8 matches

by DrowningPleaseSendH
Wed Dec 22, 2021 5:08 pm
Forum: Dialogue System for Unity
Topic: Character Sprite no changing during Responses
Replies: 1
Views: 124

Character Sprite no changing during Responses

The problem isn’t that the PCs sprite won’t change. During the frist set of dialogue the PCs sprite can change back and forth with no issues. But once I get to a point where I have to make a response(of any size), the PCs sprite always defaults to the first portrait sprite. Appreciate an help I can ...
by DrowningPleaseSendH
Mon Dec 20, 2021 3:53 pm
Forum: Dialogue System for Unity
Topic: Message coming up small
Replies: 3
Views: 160

Re: Message coming up small

Awesome thanks :D
by DrowningPleaseSendH
Sun Dec 19, 2021 9:37 pm
Forum: Dialogue System for Unity
Topic: Message coming up small
Replies: 3
Views: 160

Message coming up small

no matter what I tweak the message feild seems to always come up small. Any help would be greatly appreciated!
by DrowningPleaseSendH
Thu Dec 16, 2021 10:55 pm
Forum: Dialogue System for Unity
Topic: Player Character Sprite not changing
Replies: 8
Views: 364

Re: Player Character Sprite not changing

I’m in a bit of a time crunch so for now I’ll use my own fix. But in the future I’ll be sure to troubleshoot more thoroughly. Thanks for the help!
by DrowningPleaseSendH
Thu Dec 16, 2021 6:52 pm
Forum: Dialogue System for Unity
Topic: Player Character Sprite not changing
Replies: 8
Views: 364

Re: Player Character Sprite not changing

I’m pretty new to Unity so I don’t really know how to do that :\ I looked over some stuff online but I’m still not sure how.
by DrowningPleaseSendH
Thu Dec 16, 2021 3:25 pm
Forum: Dialogue System for Unity
Topic: Player Character Sprite not changing
Replies: 8
Views: 364

Re: Player Character Sprite not changing

The actor in the current node is the player character and in the conversation action they are the Conversation Actor.
by DrowningPleaseSendH
Thu Dec 16, 2021 3:38 am
Forum: Dialogue System for Unity
Topic: Player Character Sprite not changing
Replies: 8
Views: 364

Re: Player Character Sprite not changing

So it seems to be working! I do have a small issue though. I can’t seem to to get the change to work on the same node like I can with the NPCs but I just create an empty node put the [auto] tag on it and set the sequence to None() and SetPortrait(Player, pic=1). If there’s any better way to do this ...
by DrowningPleaseSendH
Wed Dec 15, 2021 4:46 pm
Forum: Dialogue System for Unity
Topic: Player Character Sprite not changing
Replies: 8
Views: 364

Player Character Sprite not changing

been attempting to change the player characters sprite and nothing seems to be working. I managed to be able to freely change the npc characters sprite with no problems but no matter what I do the player characters sprite wont change. I used [pic=x] and SetPortrait(x) to change the sprite and while ...