Solved Quest

  • 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.
Feb 26, 2019
29
0
1
23
command /quests:
aliases: /quest
trigger:
open chest with 3 rows named "&6Quests" to player
create a gui slot 10 of player with gold ingot named "&6Collect 100 gold!" with lore "&aProgress %{gold::%player%}%/100" to run:
if {gold::%player%} >= 100:
if {GoldQuest::%player%} is not set:
add 100 to {gold::%player%}
send "&7Quest completed! &6(+100 Gold)"
set {GoldQuest::%player%} to true
stop
if {GoldQuest::%player%} is set:
send "&7Quest already completed!" to player
stop
create a gui slot 11 of player with gold block named "&6Prestige 2 times!" with lore "&aProgress %{prestige::%player%}%/2" to run:
Why do i get an error when i use the "create a gui slot 11" how do i fix this?
[doublepost=1551790944,1551784338][/doublepost]nvm already found it out
 
Status
Not open for further replies.