Search found 1 match

by object(10)
Thu Sep 08, 2016 1:21 am
Forum: Mod Creation
Topic: additem
Replies: 2
Views: 4791

additem

Hello, I've started modding and was having an issue with my spawn script. function spawntest() spawn("spider", 1, 4, 18, 0):addItem(spawn("brass_key")) end something about the additem part is wrong because if I remove it the spider spawns as expected. With the code it says - atte...