Skip to content

Commit

Permalink
Add "player animates" and "player drops item" world events. Add some …
Browse files Browse the repository at this point in the history
…event meta.
  • Loading branch information
davidcernat committed Sep 14, 2013
1 parent 6b0703b commit 8122bee
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 78 deletions.
Expand Up @@ -63,7 +63,7 @@ else if (!scriptEntry.hasObject("engrave")

else if (!scriptEntry.hasObject("items")
&& !scriptEntry.hasObject("type")
&& arg.matchesArgumentType(dItem.class))
&& arg.matchesArgumentList(dItem.class))
scriptEntry.addObject("items", dList.valueOf(arg.raw_value.replace("item:", "")).filter(dItem.class));

else if (!scriptEntry.hasObject("inventory")
Expand Down

0 comments on commit 8122bee

Please sign in to comment.