ID:169965
 
How would i write a code that makes monsters drop certain items whenever they are killed?
Create a var (perhaps a list, to drop multiple items), then add object types to that list. Create a procedure to "make" the monster die, and in there loop all the paths in the list, create a new object using that path, and place it under the monster.