Jump to content

cewiwa

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by cewiwa

  1. 10 hours ago, Azuyamat said:
    
    on right click:
    	player is sneaking
    	if event-block is melon:
    		player's balance => 200:
    		remove 200 from player's balance
    		set event-block to pumpkin
    		stop
    	if event-block is pumpkin:
    		player's balance => 2000
    		set event-block to cobblestone
    		remove 2000 from player's balance
    

    Your skript was broken so I remade it. I don't suggest using it but it's a good base for starting a gen server.

    since im a big noob in skripting and do not understand a single thing in this im just gonna reply with the errors i got

     

    image.png.83cbcd83e2e64ad4fe43a94359e50370.png

  2. 20 minutes ago, Jockerlight said:
    1. on right click:
    2.      if player is sneaking
    3.         make player execute "/upgrade”
    command “/upgrade”
    trigger: 
         if event-block is Melon
           wait 2 seconds 
           set event-block to Pumpkin
           make player execute command “/eco remove 200”
         if event-block is Pumpkin
            wait 2 second 
            set event-block to cobblestone #this can be changed to every block
            make player execute command “/eco remove 2000”
    1.  

    i got errors of spaces and tabs which i fixed but i still have errors 

    which i do not understand because i am a total noob

    image.png.de7dee0b776d672d6c72bd6ccd3c8a90.png

×
×
  • Create New...