#why doesn't the lore show up on the player's skull?

1 messages ยท Page 1 of 1 (latest)

vivid dragon
#

i mean you just set a variable to some text

#

you didnt actually touch any item's lore there

scenic elk
#

oh so how would i fix that

vivid dragon
#

set line {_n} of {_someItem}'s lore to {_someString}

scenic elk
#

how would that be put into the code

#

i dont get it

main scaffold
#

๐Ÿ˜

scenic elk
#

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

distant hawk
#

Ah, you're trying to make a dungeon party system eh?

scenic elk
#

yes

distant hawk
#

I'm about halfway through making my own

scenic elk
#

nice and this shit aint working

distant hawk
#

I haven't really messed with the actual party creation part of mine yet

#

I lied

#

I have

#

Just dont have the gif anymore

scenic elk
#

bro let me use some of ur script

#

i need help bro

#

@distant hawk

distant hawk
#

What's up

#

I'm streaming atm working on another skript system

scenic elk
#

if u have a minute can u send me the skript u used for that

#

@distant hawk

distant hawk
#

its pretty garbage

scenic elk
#

it works tho

distant hawk
#

Here's my plugin list.

#

I think only skbee is used in that skirpt