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. I

    Solved Make a script be able to read a variable from any script

    Yep that works Oh I see the problem I made a simple mistake. I made the script with the variables changed to {health::<name>} instead of {health.<name>} in notepad++ but forgot to update the script on the server so it has been using variables that have {health.<name>} instead of {health::<name>}
  2. I

    Solved Make a script be able to read a variable from any script

    Skript Info: https://prnt.sc/MYKuSXBD5tDi Variable CSV File: # === Skript's variable storage === # Please do not modify this file manually! # # version: 2.6.3 command.changing, boolean, 00 current.command, string...
  3. I

    Solved Make a script be able to read a variable from any script

    The event is ran first then after It was ran I tried reading it.
  4. I

    Solved Make a script be able to read a variable from any script

    Yes I did. I made this script before I made the read script.
  5. I

    Solved Make a script be able to read a variable from any script

    This script here: on death: if victim is a player: if attacker is a player: if {health::%victim%} is not set: set {health::%victim%} to 18 else: subtract 2 from {health::%victim%} if {health::%attacker%} is not set...
  6. I

    Solved Make a script be able to read a variable from any script

    Hi so I do some skript coding. But It would be really helpful if I could make a script that would allow me to read a value from any script. But I don't understand how. I've tried many times before but I haven't gotten it to work Here is my code command /readvalue <text> [<text>] [<text>]...