Search found 2 matches

by Mike
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...