Coc revamp mod android

broken image
broken image

Purified Minerva? Won't be accounted for. Killed corrupted Marae? That won't be accounted. However, the additional choices provided by the mod won't be taken into account for CoC2. The ending choices in the mod are still the same. Especially having to accommodate the mod contents. It'll take some time for me to get my mod updated. Position can be between 0 and 9 in vanilla, 0 and 14 in mod.ĪddButton(1, 'ARGUMENTS!', func2, 'Argument') //The fourth argument to addButton is the first argument for the hooked function.ĪddButton(2, 'MOAR ARGS!', func2, 'Arg1', 'Arg2,' 9001) //Fifth and sixth argument will be second and third argument for func2. The first argument is position, second argument is text on button, third argument is function. This will clear the buttons at bottom of screen. This will call the function exampleMenu

broken image

OutputText('\n\nI'm the second paragraph!')

broken image

OutputText('Hello World! I'm an example sentence!') You can add sequences of texts, make sure to put \n\n to make a new paragraph. This statement will clear the text on screen. You can study the source code and see how it works. It doesn't take much knowledge to code additional scenes.

broken image