WWII-style gun turret

  • 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!

FistoF

Active Member
Feb 11, 2017
53
0
6
www.planetminecraft.com
Category: Technology

Suggested name: Gun Turret

What I want:
I'm working on a Minecraft server based on the Second World War, so I need a script that makes my structure functional.
UA1M89d.png


On use:
UwZy8Hq.png

bED33iV.png
 
Last edited:
This is what you want
code_language.skript:
on rightclick on lever:
    set {_1} to block at location 2 blocks behind event-block
    {_1} is iron block
    set {_2} to block at location 3 blocks behind event-block
    {_2} is iron block
    set {_3} to block at location 4 blocks behind event-block
    {_3} is gold block
    set {_s} to block at location 5 blocks behind event-block
    loop blocks in radius 2 around event-block:
        if "%loop-block%" is "non-burning_furnace":
            send "Sorry, No fuel!"
            stop loop
        else if "%loop-block%" is "furnace_on":
            send "Alright, Shoot!"
            shoot an fireball from {_s}#Doesn't work for me somehow
            stop loop
with a little help i could contiue it.
 
  • Like
Reactions: FistoF
maybe try
code_language.skript:
shoot a fireball from {_s}'s location
 
erm idk. maybe
code_language.skript:
 shoot a fireball from {_s}'s location at speed 5 in the horizontal facing of event-block
but you might need to make it the opposite direction of event-block im not really sure
 
I don't have time but you can check THE direction by looking To THE order of THE iron blocks And THE gold block if THE distance between THE last iron block And gold block is like 1 blocks on THE positive x axis then you look for THE facing. Another option is To replace THE gold block with a dispenser And look To THE datavalue of THE block To determine what direction its facing.

"If random words are capatelized sorry my phone is dooing this"