Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. Duoquote

    i don't understand why it gives me an error

    ;_; That fixed it but got another problem: on load: set {text::*} to file contents of "help/texts.txt" set {pagecount} to 0 loop {text::*}: if loop-value is "---": set {page::%{pagecount}%} to join {thiss::*} with "%newline%" set {thiss::*} to ""...
  2. Duoquote

    i don't understand why it gives me an error

    This is the last state of the code: on load: set {text::*} to file contents of "help/texts.txt" set {pagecount} to 1 loop {text::*}: if loop-value is "---": set {page::%pagecount%} to join {thiss::*} with "%newline%" set {thiss::*} to ""...
  3. Duoquote

    i don't understand why it gives me an error

    I am trying to put this text file: hello this is --- a test into pages::%pagecount% variable where "---" means a new page but it's not working. I am curious about whether we can put %variable% in another {variable::%variable%} or not. on load: set {text::*} to file contents of...