Point System Questions

I need helps on making choices for the points system.

What do you need?

2 Likes

Help making a proper choice using the points system

I feel like the most explanatory way to show you this would be for you to read Dara’s Guide. Here it is!

However if you want the bare bones version . . .

#This means a comment!
#I am just using myself as an example so I don’t accidentally tag anyone else!

@RoxanneChampage +1

Now for actual choices . . .

#Let’s say you wanted a special option for people with points

if (RoxanneChampage >0) {

choice “Get a donut.”{

RoxanneChampage (talk_asif_annoyed)
I don’t like donuts.

}
“Get a pizza.”{

RoxanneChampage (talk_asif_annoyed)
Whatever, this will do.
}
“Get a smoothie.”{

RoxanneChampage (admire_happy)
This totally fits my mood!

}
} else {

choice “Get a donut.”{

RoxanneChampage (talk_asif_annoyed)
I don’t like donuts.

}
“Get a pizza.”{

RoxanneChampage (talk_asif_annoyed)
Whatever, this will do.

}
}

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.