How can i check if a variable is set for another variable?

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

ItzGabryXV_

Member
Mar 28, 2024
4
0
1
23
_player is a random player (This is not part of the code):
if {_casualinjury} is 1:
if {ipotermia::{_player}} is not set:
add {_player} to {febbre::*}
send title "&cSTAI MALE" with subtitle "&eTi senti molto accaldato" to {_player} for 4 seconds
apply slowness 2 to {_player} for 10 seconds
apply poison 1 to {_player} for 5 seconds
apply nausea 1 to {_player} for 3 seconds

i dont know how to check if {_player} is in {ipotermia::*}

How can i fix that "if {ipotermia::{_player}} is not set:" making it usable?