crewpvp / skcrew

Skript addon contains favorite addons and something more
https://skcrew.crewpvp.xyz/en
GNU General Public License v3.0
16 stars 1 forks source link

Form content doesn't work #3

Closed Plattio closed 2 years ago

Plattio commented 2 years ago

Hi, in the Simple Bedrock form the content is not displayed. There is also no error message.

command /spawn [<text>]:
    trigger:
        if player is from floodgate:
            create simple form named "CityBuild Auswahl":
                set form content to "Wähle deinen CityBuld aus."
                set {_bedrockplayer} to placeholder "player_name"
                button named "CityBuild 1" with image "https://i.imgur.com/CPnbrxr.png":
                    make console execute command "sudo %{_bedrockplayer}% queue citybuild1"
                button named "CityBuild 2" with image "https://i.imgur.com/1gqIt6c.png":
                    make console execute command "sudo %{_bedrockplayer}% queue citybuild2"
                open last created form to player
        else:
            make console execute command "dm open selectcitybuild %player%"

Screenshot_20220912_133736_com mojang minecraftpe

juzijun233 commented 2 years ago

encountered the same problem

Lotzyprod commented 2 years ago

Thanks for the issue, I'll try to fix that