- May 10, 2017
- 1,251
- 6,118
today.....When will [v0.1.8] become public
You must be registered to see the links
today.....When will [v0.1.8] become public
the official version might be broken but myAs a heads up, the .18 update for ANDROID, is currently broken. This is stated in the post, I have tested it, and it is indeed down, it will not even open as an App.
@boom313 , if you want to try your hands at it.
How do you get the option to do blowjob? I only got the option to wait or pay 1000$new pokemon is Squirtle (Carapuce) he is give by Prof Oak against 1000 $ or blowjob -1000 reputation
Ok......here i was thinking that the goal was for her to get a slutty rep -.0You must be registered to see the links
you have to be more 1000 reputation i advise you to pay because blowjob give -1000 reputation
Code:I'm sorry, but an uncaught exception occurred. While running game code: Exception: Sayer 'poke56' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/poke/056.rpyc", line 308, in script File "/data/user/0/org.lof.the66/files/renpy/ast.py", line 629, in execute who = eval_who(self.who, self.who_fast) File "/data/user/0/org.lof.the66/files/renpy/ast.py", line 542, in eval_who raise Exception("Sayer '%s' is not defined." % who.encode("utf-8")) Exception: Sayer 'poke56' is not defined.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/maps/wild.rpy", line 222, in <module> AttributeError: 'RevertableObject' object has no attribute 'bluebattle' -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/maps/wild.rpyc", line 222, in script File "/data/user/0/org.lof.the66/files/renpy/ast.py", line 1728, in execute if renpy.python.py_eval(condition): File "/data/user/0/org.lof.the66/files/renpy/python.py", line 1943, in py_eval return py_eval_bytecode(code, globals, locals) File "/data/user/0/org.lof.the66/files/renpy/python.py", line 1936, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/scripts/maps/wild.rpy", line 222, in <module> AttributeError: 'RevertableObject' object has no attribute 'bluebattle'
Can you upload your save file?You must be registered to see the links
that's all I have in the pokédex
-Squirtle (Carapuce)
-Caterpie (Chenipan)
-Métapode (Chrysacier)
-Butterfree (Papilusion)
-Autre (Aspicot)
-Kakuna (Coconfort)
-Beedrill (Dardargnan)
-Pidgey (Roucool)
-Pidgeotto (Roucoups)
-Rattata
-Ratate (Rattatac)
-Spearow (Piafabec)
-Ekans (Abo)
-Pikachu
-Nidoran-M
-Clefairy (Mélofée)
-Jigglypuff (Rondoudou)
-Paras
-Manjey (Ferosinge)
-Géodude (Racaillou)
Can someone attach to OP plsFirst enable the console ingame
edit the file /game folder/renpy/common/00console.rpy
search for "config.console" and change to "True".
use "shift+o" in the game to open the console
some commands that I found so far
money
player.money = 9999full heal the pokemon on slot 0 of your party
player.party[0].fullHeal()give xp to the pokemon on slot 0 of your party
player.party[0].giveExp(9999)
give xp to the pokemon on slot 0 of your PC
player.computerpoke[0].giveExp(9999)
give love to the pokemon on slot 0 of your party (not sure what this does)
player.party[0].giveLove(9999)
where 0 is for the 1st pokemon, 1 is for the 2nd, and so on
you can also increase the exp mult that you choose when the game starts
player.cheat.expmult = 1000
i have no idea what this does
player.cheat.fulllove = True