Title | hello |
Type | Denizen Script |
Date | 2020/05/28 03:06:19 UTC-07:00 |
By | Guest |
Other | |
Paste |
level_up:
type: assignment actions: on assignment: - trigger name:click state:true 1: on click: - chat "<&c>So you want to become a guild master? &e(Anwser yes or no)" 2: trigger: /yes/ script: - chat "Well lets see then..." - if <player.groups.contains[guildmaster]>: - narrate "<&c>But you are already a GuildMaster you fool!" - stop - if <player.money> > 500: - chat "Ah, exactly 500 Gold Coins. You know, Payment always puts a smile on my face." - group set GuildMaster - wait 2 - narrate "and its done! Everything is in order and you can now start your own Guild!" - else: - narrate "<&c>Are you taking me for a fool?, This is not enough! You need 500Gc" 3: trigger: /no/ script: - chat "<&c>Why are you talking to me then!" - stop |
Raw | Raw |