make shhot item not work (Error)

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

    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.

test1.test2

New Member
Dec 9, 2017
7
0
0
38
code_language.skript:
on drop:
    make the player shoot event-item at speed 1
Error:
event-item stack is not an entity type
 
try "event-entity" or "dropped item"
[doublepost=1527252957,1527238551][/doublepost]this should be better:
code_language.skript:
make player shoot an item projectile of dropped item at speed 1
or:
code_language.skript:
push dropped item in direction of player with force 1
 
Status
Not open for further replies.