- Mar 2, 2018
- 124
- 4
Does the counter in the end of addoutput set the amount of times the output can be fired or adds to it? I've tested it and it seems to set the amount of times it is fired but then why can't you remove an output by using addoutput with a 0 in the counter parameter?
Also, can you have two nested addoutputs (or more)? meaning having an addoutput input add an output that adds an output? it seems like you can't do that as well.
e.g: The output will only be fired once. (also I am aware of the OnTrigger's output existence this is just an example)
Also, can you have two nested addoutputs (or more)? meaning having an addoutput input add an output that adds an output? it seems like you can't do that as well.
e.g: The output will only be fired once. (also I am aware of the OnTrigger's output existence this is just an example)

Last edited: