Forum Topics tagged string

Report Tag

35 forum topics with this tag
  • 2 replies
  • 185 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
  • 588 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
  • 94 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
  • 670 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
  • 250 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
  • 230 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
  • 253 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
  • 201 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
  • 209 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...

  • 2 replies
  • 212 views

I've been creating several menus to perform specific tasks for a base management game I've been making. I've run into a few problems though, that have been hard...