Search found 2 matches
- Thu Feb 18, 2016 11:22 pm
- Forum: Dialogue System for Unity
- Topic: SetContinueMode(true) not enabling the continue button
- Replies: 4
- Views: 925
Re: SetContinueMode(true) not enabling the continue button
Thanks for the update
- Mon Feb 15, 2016 10:22 pm
- Forum: Dialogue System for Unity
- Topic: SetContinueMode(true) not enabling the continue button
- Replies: 4
- Views: 925
SetContinueMode(true) not enabling the continue button
I am trying to disable the continue button for dialogue while my sequence finishes and have seen previous posts suggest SetContinueMode(). I am using the following sequence: SetContinueMode(false); MoveTo(TrailerBeacon, Grandma,2); MoveTo(TrailerBeacon2, Grandma)@2; SetContinueMode(true)@3 Everythin...