#can someone send a script of a stick that shoots TNT?
1 messages · Page 1 of 1 (latest)
u want it to shoot tnt on right click?
We aren’t sending you free code
here you go man, i had it sitting around```on right-click with stick:
if player is not op:
while 1 = 1:
set {_TNT::projectile} to 1 of tnt named "Boom!"
else:
add "skripthub.net/docs" to {_list::}
add "sovdee.gitbook.io/skript-tutorials" to {_list::}
tntShoot({_list::*})
function tntShoot(obj: objects):
add "Hey! Seems like you're new to Skript and/or asking for handouts." to {_broad::}
add "Unfortunately, that's not what we're here to do." to {_broad::}
add "We are here to help you figure out errors and issue in your code--walk you through them, but not do them for you." to {_broad::}
add "This way, we don't waste our time, and you get to learn so you can do better next time." to {_broad::}
add " " to {_broad::}
add "The first step is always to try something yourself. Here's a few resources to get started:" to {_broad::}
add {_obj::} to {_broad::}
add " " to {_broad::}
add "Once you have some code, and you encounter an issue, do your best to fix it. if you need any help, let us know" to {_broad::}
broadcast join {_broad::*} by newline```
That must've actually taken some time
We all need to remember to pin this or save it so we can send it lol
Wait a minute; do I see a while loop without a wait?!
yes you do
damn, thats good code

