Jump to content

TusKe not supporting Skript anymore?


CozyDoubloon234

Recommended Posts

I tried to make a shop gui for my server and uh

tuske did not work

i am only reloading the skript that has 

Heres the log:

https://pastebin.com/Xwm0Sr5u

Heres the script that broke:

https://pastebin.com/avFv83r8

NOTE: TusKe is working perfectly fine from the the outside.

Edited by CozyDoubloon234
FORGOT SOMETHING
Quote

im master at skript

😀

Link to comment
Share on other sites

This is with "skript-gui"

 

command /shop:
    trigger:
        create a gui with virtual chest inventory with size 3 named "&eMultipliers":
            make gui slot 14 with stone named "&6Buy Multiplier" with lore "&250$ XD":                
                if player's balance < 50:
                    kill player
                    send title "&4Wasted." to player
                else:
                    remove 100 from player's balance
                    add 1 to {multiplier::%player%}
        open last created gui to player

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...