When I eat pork, I want each item in lore to be represented.

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

asdf

Member
Feb 4, 2017
13
0
0
42
code_language.skript:
on eat of raw pork:
    if player's tool's name is "Money":
        set {_돈1} to 1st line of tool's lore
        replace all "Time : " with "" in {_Money1}
        send "%{_Money1}%"

raw pork lore is
Time : 1day 2hour 3min 4sec

I want it to look like this:
1
2
3
4

Using a translator, English is not perfect.
 
Status
Not open for further replies.