EOS HELP!

All about the past, current and future webteases and the art of webteasing in general.
---
Post Reply
User avatar
CockHeroChampion12
Explorer At Heart
Explorer At Heart
Posts: 103
Joined: Mon Feb 13, 2017 6:18 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

EOS HELP!

Post by CockHeroChampion12 »

HI, i am not very knowledgeable with scripting and was just wondering if someone could give me a bit of help on how to say add a key into my tease and how i can use that key later on. But if the key has not been picked up the player can't proceed? TIA
Spoiler: show
ImageImage ImageImage Image
User avatar
Drool
Experimentor
Experimentor
Posts: 1673
Joined: Sat Nov 28, 2015 2:24 pm
Gender: Male
Sexual Orientation: Open to new ideas!
I am a: Switch

Re: EOS HELP!

Post by Drool »

Hi!
First you must put something like
var key = 0
into the 'init script' (it's under 'cogwheel symbol -> general settings')
When the key is found/gained etc you need an EVAL action that says
key = 1
If you want to check the key you need an IF action that checks
key==1
or
key===0

Please note the number of = here. No typo.
For giving a variable a value you need one =
For checking two ==
And especially for checking that picky princess Zero three ===

I hope that helps. Happy coding. :smile:
User avatar
CockHeroChampion12
Explorer At Heart
Explorer At Heart
Posts: 103
Joined: Mon Feb 13, 2017 6:18 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: EOS HELP!

Post by CockHeroChampion12 »

Drool wrote: Mon Dec 30, 2019 11:43 am Hi!
First you must put something like
var key = 0
into the 'init script' (it's under 'cogwheel symbol -> general settings')
When the key is found/gained etc you need an EVAL action that says
key = 1
If you want to check the key you need an IF action that checks
key==1
or
key===0

Please note the number of = here. No typo.
For giving a variable a value you need one =
For checking two ==
And especially for checking that picky princess Zero three ===

I hope that helps. Happy coding. :smile:
Thanks a ton fella! Is there a way that if no key is detected i could do a certain say line and vice versa if the key if found? and how would i go about that?
Spoiler: show
ImageImage ImageImage Image
User avatar
Drool
Experimentor
Experimentor
Posts: 1673
Joined: Sat Nov 28, 2015 2:24 pm
Gender: Male
Sexual Orientation: Open to new ideas!
I am a: Switch

Re: EOS HELP!

Post by Drool »

You need something like that :smile: :
keyex.jpg
keyex.jpg (24.29 KiB) Viewed 992 times
User avatar
CockHeroChampion12
Explorer At Heart
Explorer At Heart
Posts: 103
Joined: Mon Feb 13, 2017 6:18 pm
Gender: Male
Sexual Orientation: Straight
I am a: Submissive

Re: EOS HELP!

Post by CockHeroChampion12 »

Drool wrote: Mon Dec 30, 2019 11:58 am You need something like that :smile: :
keyex.jpg
Absolute life saver. Thanks a ton!!! :-D :-D
Spoiler: show
ImageImage ImageImage Image
Roblsforbobls
Explorer At Heart
Explorer At Heart
Posts: 272
Joined: Tue May 21, 2019 2:27 am
Gender: Male
Sexual Orientation: Asexual
I am a: Switch

Re: EOS HELP!

Post by Roblsforbobls »

Drool wrote: Mon Dec 30, 2019 11:58 am You need something like that :smile: :
keyex.jpg
No key...
All is lost
User avatar
boundupone
Explorer At Heart
Explorer At Heart
Posts: 614
Joined: Sat Jun 01, 2013 8:01 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: EOS HELP!

Post by boundupone »

Thanks for this, useful stuff
Try anything once!
Post Reply