iChun / ContentCreatorIntegration-IssuesAndDocumentation

Primarily documentation for the Content Creator Integration mod for Minecraft. Secondary as an issue tracker for the mod itself.
MIT License
7 stars 4 forks source link

2 new Variables please #26

Closed ghost closed 5 years ago

ghost commented 5 years ago

Could we please have 2 variables added to CCI

1 variable to count the iteration of a RepeatOutcome event. So if we repeat something 10 times, we could do Spawn Rabbit Name "Sub Month $Iteration", would spawn 10 rabbits. one called "Sub Month 1", "Sub Month 2" etc

1 variable as a Counter. When people cheer/subscribe/follow we can add an amount to the Counter. When Counter equals a certain amount we trigger an event. Cheer/sub/follow could set different amounts to counter. And an event for when value of Coutner changes, so we could maybe display a message on screen

thank you

iChun commented 5 years ago

I didn't realise the RepeatOutcome didn't tell you the iteration count. That value will be in $iteCount in CCI 1.1.0.

2 should be possible using ArithmeticConditions and RangedValueConditions after in MultipleOutcomeOutcome and ConditionalOutcomes