arguments/parameter for custom sequenceCommand

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
fkkcloud
Posts: 298
Joined: Mon Oct 05, 2020 6:00 am

arguments/parameter for custom sequenceCommand

Post by fkkcloud »

Hi,

How do I put any arguments into the custom SequenceCommand functions?

Thank you,
User avatar
Tony Li
Posts: 22051
Joined: Thu Jul 18, 2013 1:27 pm

Re: arguments/parameter for custom sequenceCommand

Post by Tony Li »

Hi,

In your sequencer command script. use GetParameter(#), GetParameterAsBool(#), GetParameterAsFloat(#), etc., or GetSubject(#).
Post Reply