So I'm making a vote system which after X game time seconds should auto-vote for you and the easiest way for me to do this would be to have a trigger which just uses the default dialog item after X game time seconds. How do I do this?
why would you really want to do that ? Whatever it is, after a dialog item is used, you will have to have actions following it. Why not link it to the exact actions after x seconds. Custom action definition might be useful for this situation, combine all actions u need for the dialog item in 1 custom action, and call it after dialog clicked, or after x seconds
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
So I'm making a vote system which after X game time seconds should auto-vote for you and the easiest way for me to do this would be to have a trigger which just uses the default dialog item after X game time seconds. How do I do this?
@piepgras: Go
why would you really want to do that ? Whatever it is, after a dialog item is used, you will have to have actions following it. Why not link it to the exact actions after x seconds. Custom action definition might be useful for this situation, combine all actions u need for the dialog item in 1 custom action, and call it after dialog clicked, or after x seconds