#"world is not a location"

1 messages · Page 1 of 1 (latest)

ivory mango
#

Im trying to create a leaderboard hologram using skRayFall, but I have this issue with creating my hologram at specific cords I want, I'm trying to create it just by doing

on skript load:
    create hologram "&4&lKILLS &cLeaderboard" at location at (0, -60, 3) in world "world"

but I keep getting the error stated in my title. Any ideas?

wide scroll
#

location function intakes a world

#

no reason to attempt it outside

ivory mango
#

?

wide scroll
#
location(x, y, z, world, yaw, pitch)
ivory mango
#

so

create hologram "&4&lKILLS &cLeaderboard" at location(0, -60, 3, world "world")
wide scroll
#

we have a string to world converter so you can remove world and do "world"

ivory mango
#

alright let me test it out

wide scroll
#

also that should error since I don't believe an expression world %string% exist only the function world(%string%)

ivory mango
#

I wrote

on skript load:
    create hologram "&4&lKILLS &cLeaderboard" at location(0, -60, 3, "world")
#

it errored just saying it couldnt under the condition/effect

pale sand
ivory mango
#

worked perfectly

#

although it seems like the location im providing isnt exactly where the hologram is being created but oh well