Hey all.
For some reason, for the life of me I can't get this to work. I'm only ever getting the message one triggered. It seems like it is only reading the pk1 part of the name.
Thanks much in advance!
Alex.
[doublepost=1596500818,1596499632][/doublepost]Edit: I'm using 1.16.1, and Skript 2.5-beta1. As well as Skquery and Skellett
For some reason, for the life of me I can't get this to work. I'm only ever getting the message one triggered. It seems like it is only reading the pk1 part of the name.
Code:
on region enter:
if "%region at player%" is "%{pk1_mine}%":
if {pk1_mine.%player%} is true:
message "&8&lMessage One"
stop
else:
set {pk1_mine.%player%} to true
message "&8&lMessage One Second"
else if "%region at player%" is "%{pk1_aqua1}%":
if {pk1_aqua1.%player%} is true:
message "&8&lMessage Two"
stop
else:
set {pk1_aqua1.%player%} to true
message "&8&lMessage Two Second"
Thanks much in advance!
Alex.
[doublepost=1596500818,1596499632][/doublepost]Edit: I'm using 1.16.1, and Skript 2.5-beta1. As well as Skquery and Skellett
Last edited: