#why doesn't the lore show up on the player's skull?
1 messages ยท Page 1 of 1 (latest)
oh so how would i fix that
set line {_n} of {_someItem}'s lore to {_someString}
๐
okay i figured that out but this is a lot more hefty
#Scripting For Party System
on inventory click:
if name of event-inventory is " &5Dungeon Selector":
if clicked slot is 15:
set {_gui} to a chest inventory with 3 rows named " &5Joinable Parties"
loop {dungeon lobbies::*}:
set {_dungeon item} to {dungeon lobbies::%loop-index%::icon} named {dungeon lobbies::%loop-index%::name}
add {_dungeon item} to {_gui}
open {_gui} to player
on inventory click:
if name of event-inventory is " &5Difficulty for &2Sweltering Swamp":
if clicked slot is 10:
set {_gui} to a new chest inventory with 3 rows named "&2Sweltering Swamps &aEasy"
open {_gui} to player
set {_player} to player
set {_skull} to {_player}'s skull
set {_skull}'s owner to {_player}
set {_item} to {_player}'s head named "Sweltering Swamp Easy" with lore "%{_player}%'s Party"
set slot 0 of {_gui} to {_item}
set {dungeon lobbies::%{_player}%} to true
set {dungeon lobbies::%{_player}%'s icon} to {_skull}
set {dungeon lobbies::%{_player}%'s item} to {_item}
I want it to show when you create a dungeon it shows up on Join A Party gui and it all messes up
the top part is join system and the bottom party is the create system
Ah, you're trying to make a dungeon party system eh?
yes
I'm about halfway through making my own
nice and this shit aint working
I haven't really messed with the actual party creation part of mine yet
I lied
I have
Just dont have the gif anymore
its pretty garbage
it works tho