Options with variables

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

PuchiGFX

Member
Jan 26, 2017
246
5
18
There's anyway to use options (Aka {@test}) with variables?
I mean, something like this:
Code:
options:
    user: Im user
    vip: Im vip
    admin: Im admin

command /myrank:
    trigger:
        set {_rank} to player's group #I know this wont work but its for give an example
        broadcast "%{@%{_rank}%}"
I dont wanna waste like 9 lines of code and i dont wanna use more variables.

Using skript 2.2-dev25
 
Last edited:
contact me on my discord: dave_#1544
i think i can help u, but i need to explain u something
 
Status
Not open for further replies.