Content tagged operator

Report Tag

6 usages of this tag
  • 9 replies
  • 986 views
This content is deleted
Forum Topic
Operater as variable
0 favourites

Got 4 variables. A : Random number. B : Random string operator (+-*/). C : Random number. D : How do I get the calculation of A & B & C ? Thanks in advance.

  • 2 replies
  • 753 views
This content is deleted
Forum Topic
Blackmarked Desert - Adventures of a Merchant
0 favourites

That's my latest project, called "Blackmarked Desert". You control a desert merchant, wandering around ancient cities of the African desert in the year 450. On...

  • 3 replies
  • 269 views
This content is deleted
Forum Topic
How do I exclude "&" operator from logical expression?
0 favourites

The problem is I want to write an algorithm within one action only. It looks like this: "!!!"&Variable=5?"Good":"Bad". As a result it always returns "Good", alt...

  • 2 replies
  • 247 views
This content is deleted
Forum Topic
How do I use logical AND to compare strings?
0 favourites

I read the documentation on logical operators which explains that & only works when comparing numbers (and instead concatenates strings). So is there a way to c...

posted 2 years ago
  • 2 replies
  • 275 views
0 favourites

Why doesn't the following evaluate expression work? "find(usage, "/") > 0" returns 1 in console log. And 1 should be "true" right? This doesn't trigger. There's...

  • 24 replies
  • 1.4K views
This content is deleted
Forum Topic
How do I progress dialuge using the operator ?:
1 favourites

When talking to NPCs I want to click on them to bring up the next line of text. I have figured out a way that I like but it's only happening once. My code is-....