
On Vehicle Create Event Entity
Closed this issue ยท 2 comments
Skript/Server Version
[13:38:09 INFO]: [Skript] Skript's aliases can be found here: https://github.com/SkriptLang/skript-aliases
[13:38:09 INFO]: [Skript] Skript's documentation can be found here: https://docs.skriptlang.org/
[13:38:09 INFO]: [Skript] Skript's tutorials can be found here: https://docs.skriptlang.org/tutorials
[13:38:09 INFO]: [Skript] Server Version: 1.21.4-232-12d8fe0 (MC: 1.21.4)
[13:38:09 INFO]: [Skript] Skript Version: 2.12.1-nightly-9f72077 (skriptlang-nightly)
[13:38:09 INFO]: [Skript] Installed Skript Addons:
[13:38:09 INFO]: [Skript] - SkBee v3.12.3 (https://github.com/ShaneBeee/SkBee)
[13:38:09 INFO]: [Skript] - PoaSk v4.13.11 (https://github.com/Ekpoa/PoaSkRewritev2)
[13:38:09 INFO]: [Skript] - DiSky v4.23.0
[13:38:09 INFO]: [Skript] - skript-gui v1.3.2 (https://github.com/APickledWalrus/skript-gui)
[13:38:09 INFO]: [Skript] - skript-reflect v2.6 (https://github.com/SkriptLang/skript-reflect)
[13:38:09 INFO]: [Skript] Installed dependencies: None
Bug Description
The event entity in the "On vehicle create" event is not set
Expected Behavior
The event entity should be the player, as it is with the "On vehicle destroy" event
Steps to Reproduce
on vehicle create:
broadcast "%event-entity% %event-vehicle%"
Event entity is not set but it should be the player, the event vehicle is the placed vehicle
on vehicle destroy:
broadcast "%event-entity% %event-vehicle%"
Event entity is the player that destroyed it, and the event vehicle is the destroyed vehicle
Errors or Screenshots

Other
No response
Agreement
- I have read the guidelines above and affirm I am following them with this report.