Does anyone know about WolvSK?

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

    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.

Yawning_bear

Member
Feb 1, 2019
2
0
0
Hi, I'm trying to check out that if player is in their island with WolvSK.
But it doesn't work and there aren't enough example for this addon so I can't slove it in myself. Does anyone know about this? Or is there any good Askyblock addon working on 1.12.2?

This is my code -

command /islandtest:
@trigger:
@@if player's island is event-location:
@@@message "!"

* This is my first time to use skunity so please tell me if this tread doesn't allowed.
 
Hi, I'm trying to check out that if player is in their island with WolvSK.
But it doesn't work and there aren't enough example for this addon so I can't slove it in myself. Does anyone know about this? Or is there any good Askyblock addon working on 1.12.2?

This is my code -

command /islandtest:
@trigger:
@@if player's island is event-location:
@@@message "!"

* This is my first time to use skunity so please tell me if this tread doesn't allowed.


try:

Code:
#NVM this will check if they are at A island not theirs
if there is an askyblock island at player:

Next time use
upload_2019-2-1_10-13-51.png
CODE to insert your script.
 
Last edited:
Lookin at the code (which is slightly confusing) I think you can do this
Code:
if location of player is island location of player:
 
Lookin at the code (which is slightly confusing) I think you can do this
Code:
if location of player is island location of player:

Thanks for reply. But it makes error with a message.
"Can't compare a lcation with 'island lcation of player'"
[doublepost=1549017272,1549017174][/doublepost]
try:

Code:
#NVM this will check if they are at A island not theirs
if there is an askyblock island at player:

Next time use View attachment 3119 CODE to insert your script.
Thanks, I didn't knew that there was code text. The code works well but I think it just check if player have an island.
 
Thanks for reply. But it makes error with a message.
"Can't compare a lcation with 'island lcation of player'"
[doublepost=1549017272,1549017174][/doublepost]
Thanks, I didn't knew that there was code text. The code works well but I think it just check if player have an island.
try this
Code:
if owner of island at player is player:
 
Status
Not open for further replies.