Code:
function checkFor_dataVariables(p: player):
set {new_profile_variables::reputation} to 1
set {new_profile_variables::tokens} to 1
set {new_profile_variables::test3} to 2
loop {profile::%{_p}'s uuid%::*}:
loop {new_profile_variables::*}:
if {profile::%{_p}'s uuid%::%{loop-index-2}%} isn't set:
#doesn't reach here
broadcast "here"
set {profile::%{_p}'s uuid%::%{loop-index-2}%} to loop-value-2
Basically, I want for example, if test3 isn't found in profile:: for it to carry over there