Point System

2 0 0
                                    

THE POINT SYSTEM CARRY OUT THROUGH THE EPISODES

TO DO A LI POINT SYSTEM ENDING USE THE LI INSTEAD OF THE MC

To restart the point system use :

@CHARACTER NAME = 0

• Have the characters lose or gain points to use the point system

@CHARACTER NAME + 1
@CHARACTER NAME - 1

> = greater than
< = less than

if (CHARACTER NAME >0) {

} else {

}

•To compare point use :

if (li 1 >li 2) {

}elif (li 2>li 1){

} elif (li 1 = li 2){

} else{

}

• You can let the readers know the readers know the character will remember that choice :

readerMessage Write what you want after this command

About Coding : EpisodeWhere stories live. Discover now