How can I change the value with sequence?
Posted: Fri Sep 22, 2017 9:34 pm
Hello,
Currently I'm using the Dialogue System with Corgi Engine.
What I want to do is My Player Character(PC) can use double jump after the conversation(event?).
--------------------------------------------------------------------------------------------------------
So this is How I tried for the function.
I made 2 game object.
1. My PC with components named Character Jump(Corgi Engine Script)
2. Event Trigger with component named Conversation Trigger(Dialogue System), Box collider 2D(for trigger).
First.
I set the variable named Number of Jumps in Character Jump script to 1 for single jump. (if the value is 2, PC can use double jump)
After that, I made a conversation work when my PC pass the Event trigger.
-----------------------------------------------------------------------------------------------------
Here's the problem
I tried the Sendmessage sequence and Dialogue System Events function but, it doesn't work.
(I just read document to make it, but probably I don't understand how to use it and I wonder is it right way to make what I want.)
Is there's a way solve the problem?
Currently I'm using the Dialogue System with Corgi Engine.
What I want to do is My Player Character(PC) can use double jump after the conversation(event?).
--------------------------------------------------------------------------------------------------------
So this is How I tried for the function.
I made 2 game object.
1. My PC with components named Character Jump(Corgi Engine Script)
2. Event Trigger with component named Conversation Trigger(Dialogue System), Box collider 2D(for trigger).
First.
I set the variable named Number of Jumps in Character Jump script to 1 for single jump. (if the value is 2, PC can use double jump)
After that, I made a conversation work when my PC pass the Event trigger.
-----------------------------------------------------------------------------------------------------
Here's the problem
I tried the Sendmessage sequence and Dialogue System Events function but, it doesn't work.
(I just read document to make it, but probably I don't understand how to use it and I wonder is it right way to make what I want.)
Is there's a way solve the problem?