Skip to content

Commit

Permalink
Some phrasing changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed May 28, 2021
1 parent 7114c76 commit 2ffe34c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/gettingstarted/processingevent.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Processing an Event
===================

In this example, we will run you through setting CCI up too act on a Channel Point Reward on Twitch. If you already have a Channel Point Reward, be sure to force it to require text, and skip ahead to the CCI segment.
In this example, we will run you through setting CCI up to act on a Channel Point Reward on Twitch. How CCI captures a Channel Point Reward is by requiring text, so that it comes through chat. Those chat messages have an additional variable to indicate that it's a Channel Point Reward, and this tutorial will walk you through setting that up.

If you already have a Channel Point Reward, be sure to force it to require text, and skip ahead to the CCI segment.

## Making the Channel Point Reward

Expand All @@ -13,7 +15,7 @@ I am presuming you already know how to get to your Channel Point Rewards in your
<br />
<br />

## Getting the Information Needed
## Getting the Information Needed and Setting Up CCI

1. Launch up CCI and open up the Editor.

Expand Down Expand Up @@ -57,7 +59,7 @@ Optional. Go to the existing Config Event and name it `Toast`. This will be help
<br />
<br />

7. Open up the `conditions` tree in the Navigator. Note how `VariableCondition` is red. This means it is invalid. We will fix that in a bit. Click on it.
7. Open up the `conditions` tree in the Navigator. Note how `VariableCondition` is red. This means it is invalid, and that CCI will not load it, if saved. We will fix that in a bit. Click on it.

![](./images/processingevent/examplerewardcondition.png){: class="img_center"}
<br />
Expand Down Expand Up @@ -102,4 +104,6 @@ Optional. Go to the existing Config Event and name it `Toast`. This will be help

And that concludes our tutorial. Hopefully this Getting Started segment has helped you understand how CCI works and how to use it. The other pages in this segment are additional tidbits that are worth reading, but the basics are done.

Good luck getting things working the way you want it to, this is only the beginning. If you are happy with what the mod does and if this guide has been helpful, do consider giving me a tip via the `Donate` button in `About Project` on the [CurseForge page](https://www.curseforge.com/minecraft/mc-mods/content-creator-integration/).
**Good luck** getting things working the way you want it to, _this is only the beginning_.

If you are happy with what the mod does and if this guide has been helpful, do consider giving me a tip via the `Donate` button in `About Project` on the [CurseForge page](https://www.curseforge.com/minecraft/mc-mods/content-creator-integration/).

0 comments on commit 2ffe34c

Please sign in to comment.