Explosion Even please help!

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

    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.

danthemanzx

Member
Sep 28, 2020
4
0
1
When creating an explosion like:
Code:
create an explosion of force 3 at the player's location

if does not register under
Code:
on explode:

The code I am trying to write, a variable pertain to that chunk of the event-lcoation, it will roll back the damage after X amount of time. It works with creepers and TNT
 
This event is triggered ONLY when creepers or tnt explode. I don't know if are an event that trigger explosions of skript effect. To trigger damage, try on damage event. You should save the location of explosion effect to use in on damage event, to know that was the explosion that did the damage. Maybe are other ways to do what you want, idk.
 
This event is triggered ONLY when creepers or tnt explode. I don't know if are an event that trigger explosions of skript effect. To trigger damage, try on damage event. You should save the location of explosion effect to use in on damage event, to know that was the explosion that did the damage. Maybe are other ways to do what you want, idk.
Thank-you I will try that. good idea
 
Status
Not open for further replies.