JackTheJacker
Newbie
- May 2, 2017
- 57
- 22
how do i get the ability to affect humans? i cant even dream more before i get the end... i need to be captured? in the lab or in the cornan house?
So this is all the images complied into one Nothing new added?Version 0.95.2 full (everything so far) image file:
You must be registered to see the links
Yes. Every image pack in one.So this is all the images complied into one Nothing new added?
There is messing around, though I think (well, I have anyway) one can avoid the m2f. As the game isn't finished, there's a bit more to go on the mind control-esque aspect.*checks TFGames page* - *reads M2F in tags*
Sooo... Once again this is a game where a guy just turns into a woman while messing around or is there any proper messing around with other's minds?
Hmmm... Okay that's a good enough endorsement for me. Thanks I'll give it a try.There is messing around, though I think (well, I have anyway) one can avoid the m2f. As the game isn't finished, there's a bit more to go on the mind control-esque aspect.
Try it for yourself. The story and writing is good enough to put you past that problem.
i put in web console and i see all variables but i don't know to change variables, Can you write me some exemple? pleaseThe game was built using Twine and the SugarCube 2.x story format, and that story format include debugging support via the SugarCube Javascript object which can be accessed via your web-browser's Developer Tools Console. Information about the story's variables and their current value can be access via the SugarCube.State.variables collection.
Once you know the name of the variable you want to change (eg. "cash") then you can enter something like the following within the console to change its value.i put in web console and i see all variables but i don't know to change variables, Can you write me some exemple? please
thank you
SugarCube.State.variables["cash"] = 100
Thank youOnce you know the name of the variable you want to change (eg. "cash") then you can enter something like the following within the console to change its value.
Code:SugarCube.State.variables["cash"] = 100