MultiDa Posted November 14, 2020 Share Posted November 14, 2020 Here is my script thus far: on damage: attacker is holding diamond sword strike lightning effect at the victim if player in radius of 5 of player is true: strike lightning effect at the player The error message shown in the title pops up when I do /sk reload tests (tests is the name of the file). I don't know any alternatives to numeric IDs, so could someone help? Thanks in advance. Link to comment Share on other sites More sharing options...
Sythivo Posted November 14, 2020 Share Posted November 14, 2020 (edited) use if distance between the attacker and victim is smaller than 5 instead of if player in radius of 5 of player is true Edited November 14, 2020 by Sythivo Link to comment Share on other sites More sharing options...
_Tarna_ Posted November 14, 2020 Share Posted November 14, 2020 Also in the on damage event, you need to use attacker or victim to specify which person you are talking about in the event. Player won't work. Discord - tarna256 In-game name - _Tarna_ Website - https://tarna.dev Paste Site: https://paste.tarna.dev --------------------------------------------------------- [VIP] - 7/27/2020 Support - 7/8/20 | 11/3/20 Helper - 11/3/20 - 2/21/21 Moderator - 2/21/21 - 5/17/21 - 5/17/21 - now Moderator - 12/20/22 - now --------------------------------------------------------- Link to comment Share on other sites More sharing options...
_iZ_ Posted November 16, 2020 Share Posted November 16, 2020 on damage: attacker is holding diamond sword strike lightning effect at the victim is distance between attacker and player <= 5: strike lightning effect at the attacker » IGN: _iZ_ « » Joined: 12/18/2016 « » VIP: 1/13/2018 « » Helper: 1/29/2021 « » [<3]: 5/8/2021 « » Skript dev « » Discord: iZz#0420 « React to this if I was helpful, found this interesting, or you're just nice Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now