#Bow item script
1 messages · Page 1 of 1 (latest)
A script that does what?
If you are talking about the vanilla item, there is no file, bows are hardcoded. But there are templates #1137221648966234183 message
I think he may have meant a script that acts like the vanilla bow
Shooter components works fine but here is one. https://discord.com/channels/523663022053392405/1378137008031137914
I know, I also linked to one of the template bows from the dev resources.
I know but your first statement was technically a question so I said that🙃
Can anybody make this projectile summonable lightning bolt on hit something and ground ?
In the projectile component under the "on_hit" section, do this to trigger the event. In your events, define how to summon the lightning bolt.
"definition_event": { "event_trigger": "spawn:lightning" }
^Hope that helps