EOS script and tricks

This is the place for general discussions on fetishes, sexuality and anything else. What's on your mind right now?
Post Reply
FATALES
Explorer At Heart
Explorer At Heart
Posts: 256
Joined: Wed Oct 21, 2015 2:41 pm
Gender: Male
Sexual Orientation: Straight
Location: Slovakia

EOS script and tricks

Post by FATALES »

Write here tutorials.

Password pages:
pas1.jpg
pas1.jpg (158.73 KiB) Viewed 2174 times
kerkersklave
Explorer At Heart
Explorer At Heart
Posts: 549
Joined: Sun Jul 06, 2014 2:11 pm
Gender: Male
Sexual Orientation: Open to new ideas!
I am a: Slave

Re: EOS script and tricks

Post by kerkersklave »

I would recommend password == "zdsadfgzt123"
In your example you are using a comparison of numbers, so the password may only contain digits and leading zeros will be ignored.
FATALES
Explorer At Heart
Explorer At Heart
Posts: 256
Joined: Wed Oct 21, 2015 2:41 pm
Gender: Male
Sexual Orientation: Straight
Location: Slovakia

Re: EOS script and tricks

Post by FATALES »

Counter points for knowledge competition or test.
I did not come up with the need to change the name of the variable.

var score = points+1
var score2 = score+1
etc.
po2.jpg
po2.jpg (163.26 KiB) Viewed 1855 times
po3.jpg
po3.jpg (163.26 KiB) Viewed 1855 times
po4.jpg
po4.jpg (187.18 KiB) Viewed 1855 times
FeetTickler
Explorer
Explorer
Posts: 96
Joined: Tue Mar 13, 2018 4:13 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: EOS script and tricks

Post by FeetTickler »

There is a way much easier way to do this you just have to declare

Code: Select all

var score = 0
in the init then use

Code: Select all

score = score + 1
and here your score is 1 etc. There is no need to use a new variable every time
FATALES
Explorer At Heart
Explorer At Heart
Posts: 256
Joined: Wed Oct 21, 2015 2:41 pm
Gender: Male
Sexual Orientation: Straight
Location: Slovakia

Re: EOS script and tricks

Post by FATALES »

FeetTickler wrote: Sun Feb 03, 2019 2:55 pm There is a way much easier way to do this you just have to declare

Code: Select all

var score = 0
in the init then use

Code: Select all

score = score + 1
and here your score is 1 etc. There is no need to use a new variable every time
I also thought it might work. I tried.
FeetTickler
Explorer
Explorer
Posts: 96
Joined: Tue Mar 13, 2018 4:13 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: EOS script and tricks

Post by FeetTickler »

If you want to optimise it even more you can even do this :

Code: Select all

score += 1
Post Reply

Who is online

Users browsing this forum: Sceenar and 88 guests