flint and steel

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

xSc0ut

New Member
Dec 20, 2018
9
0
0
25
question, is it possible to add in skript how long the flint/steel will last in game?
code_language.skript:
on place of a flint and steel:
    set fire to ground for 3 seconds

i know that doesn't work. but something along these bases?
 
question, is it possible to add in skript how long the flint/steel will last in game?
code_language.skript:
on place of a flint and steel:
    set fire to ground for 3 seconds

i know that doesn't work. but something along these bases?


check wenn fire gets placed and cancel it with block physics

code_language.skript:
on right click with flint and steel:

on block physics:
    if event-block is fire:
 
check wenn fire gets placed and cancel it with block physics

code_language.skript:
on right click with flint and steel:

on block physics:
    if event-block is fire:


doesn't seem to work.
code_language.skript:
on block physics:
    if event-block is fire:
        wait 4 ticks
        cancel event

it gives me an error
 
Status
Not open for further replies.