Non-threaded

Forums » Bugs & Problems » Read Thread

Post reports about problems or bugs in here.
This bug was closed 5/31/2014: WONTFIX; "general quirkiness"

[Medium] Logical Operators not in Scripting

17 years ago

MAjor bug!!! Needs to be fixed ASAP!!!!!!!!!!!!!!!!!!

THe logical operators AND and OR and w/e are not coded into the scripting engine, they do not work... causing many problems... need i say more? well, i will because this was a problem a while back when the scirpting feature was released, and alex had fixed it back then so i dunno why its not owrking now.. also i ran a test on this just to be sure... so yeah, no joke...

[Medium] Logical Operators not in Scripting

17 years ago
AHHHHHHHHHHHHHHHHHHHHH IM GOING TO RIP BRAINS OUT. :D

[Medium] Logical Operators not in Scripting

17 years ago
yeah, imagine what im going to do since ive written two random encounter scripts that are 200 lines each...

[Medium] Logical Operators not in Scripting

17 years ago
GGRRRR>>>  Well this is bad.

[Medium] Logical Operators not in Scripting

17 years ago

This problem, as shown in NEWBIE forums, is solved. AND, OR, NOT do work. However, the issue seems to actually be that < and > do not work, and that is what has been causing problems in scripts.

http://chooseyourstory.com/story/and_test.aspx

this sample story shows this. If alexp wants to see the scripting to show it, I can add you as co-author, if it matters.

[Medium] Logical Operators not in Scripting

17 years ago
Man, this is lameee.  I was so into my game too and I need the < and > for trophy doleing out and for my secret part.

[Medium] Logical Operators not in Scripting

17 years ago
same................. x2 (for two games)

[Medium] Logical Operators not in Scripting

17 years ago

Yeah.

This sucks, if it doesnt get fixed then nearly 200 pages, 20 scripts, 35 variables, and about 15 items (450 links) have all gone to waste.

[Medium] Logical Operators not in Scripting

17 years ago

yeah, and half my ideas for scripting...

[Medium] Logical Operators not in Scripting

17 years ago

yeah, my game relies on it, although not as heavily as yours.

 

Whats this:

the Dot.scripting crash?

[Medium] Logical Operators not in Scripting

17 years ago
Update: got a hold of alex, still discussing the problem

[Medium] Logical Operators not in Scripting

17 years ago
good, good, good. thats a start.

[Medium] Logical Operators not in Scripting

17 years ago

No idea why. I have to debug the scripting engine. not easy.

 

Good news! Workaround avaiable:

http://chooseyourstory.com/story/The_LT_0x2f_GT_Workaround.aspx

 

[Medium] Logical Operators not in Scripting

17 years ago
Thats dead

[Medium] Logical Operators not in Scripting

17 years ago
try now .... i enabled sneak prev.

[Medium] Logical Operators not in Scripting

17 years ago
yes, but alex fixed my code :D :D thank you so much!!!!

[Medium] Logical Operators not in Scripting

17 years ago
omg, thats an ingenius solution!!! Alex you are the greatest !!!!

[Medium] Logical Operators not in Scripting

17 years ago
Also note down, the >= and <= operators do not work... IF %SCORE >= 0 THEN IF %SCORE <= 3 THEN blah blah does not work, had to change all my stuff to < and > with the workaround script.

[Medium] Logical Operators not in Scripting

17 years ago

Uhh. Cool!

I love how there was an easy one for me.

[Medium] Logical Operators not in Scripting

17 years ago
Another note for alex: remmeber to ask me about the equal sign idea, and whether it evaluates = and stops there...

[Medium] Logical Operators not in Scripting

17 years ago
It does?

[Medium] Logical Operators not in Scripting

17 years ago
Awesome - I only just looked at the workaround script for AND/OR - great thinking Alex!

[Medium] Logical Operators not in Scripting

17 years ago
alex says it may be another problem and he thinks he knows what to do..

[Medium] Logical Operators not in Scripting

17 years ago
lol what did you expect :D

[Medium] Logical Operators not in Scripting

12 years ago
Was this ever corrected? I understand we have a work around but I'd like to know.