Content tagged string

Report Tag

36 usages of this tag
  • 4 replies
  • 425 views
This content is deleted
Forum Topic
How do I convert text to a comparable expression?
0 favourites

This is going to sound kind of weird, but my dialogue system has the dialogue stored in text files which is then read through ajax and gets used in game. The di...

  • 2 replies
  • 186 views
0 favourites

If I have a string like: 1,1,2,3,3,3,4,5,5. How do I retrieve only unique numbers (or remove duplicates) from the string? The desired result would be: 1,2,3,4,5...

  • 6 replies
  • 591 views
This content is deleted
Forum Topic
How do I make an array change text or a value?
0 favourites

I'm trying to create an inventory system with an inspect option. I'd like the inspect option to show the values and description of the item I've selected based...

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

I saw it was possible to send email attachment from a Construct 3 game but it needs a lot of php. I'd like to have a button on the screen that invoques the mail...

posted 2 years ago
  • 3 replies
  • 675 views
0 favourites

I'm trying to create a dialogue system in which the input text for a dialogue can be any length. The game should then take the input and break it into chunks th...

posted 2 years ago
  • 2 replies
  • 253 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
  • 232 views
This content is deleted
Forum Topic
Is there any possible way to do this? Help
0 favourites

I'm making a word game, is there any possible to way to make the game check if a string is a valid English word? There are too many five letter words to add in...

posted 2 years ago
  • 2 replies
  • 257 views

I have a bunch of skins in a game I am making, and each skin has a global variable to check if it is unlocked or not (Example: BallSkin1, BallSkin2, etc. 0 mean...

posted 2 years ago
  • 1 replies
  • 203 views
0 favourites

I need to build an answer hint for a word game that draws from an array. If I have a 3 word string like: "This is Answer". How do I first get it to display as"...

posted 1 years ago
  • 3 replies
  • 211 views
0 favourites

I'm using the CSVtoArray plugin to dump all my dialogue text into an array. However, obviously, I have come to the issue of comma punctuation breaking this idea...