Recent content by CrispyCabot

  • 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. C

    Getting the contents of a log

    So, say I logged something, like log "bananas" to "log.log" Is there a way I can get this information back out? Like, set {var} to first line of "log.log" so that {var} would be equal to bananas
  2. C

    Comments

    Well a pretty simple question that I can't find an answer to. So I know you can comment with # but is there a way to do multi line comments like how in java you can do the /* and */