Map image

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

Donut

Well-Known Member
Mar 27, 2017
1,336
177
0
U.S.
Skript: dev25
Skellet: 1.9.0e

I'm trying to display a image on a map with skellet but it's not recognizing any of the effects/conditions.

My code is just the test example he gives:

Code:
on map:
   set {_map} to event-map
   set scale of map {_map} to FARTHEST
   broadcast "%scale of map {_map}%"
   manage skellett map {_map}
   if map {_map} is being handled by skellett:
     set {_image} to image from the file path "plugins\Skellett\test.png"
     draw image {_image} on skellett map {_map}
     draw text "&aSexy" at 44, 30 on skellett map {_map}
     draw cursor "BLUE_POINTER" pointing 1 at 50, 50 on skellett map {_map}
     loop all players:
       send map {_map} to loop-player
 
  • Like
Reactions: hakeem_j
Status
Not open for further replies.