XXon 31 Posted November 30, 2020 Testing my scenario: when I die I awake with all my stuff. I want to drop it, or at least some of it. Can I change this? I can't find how. Thanks. Share this post Link to post Share on other sites
jchob 354 Posted November 30, 2020 It seems you are playing a map created with editor. If so, you can place a Role Logic and enable drops when players die. 1 Share this post Link to post Share on other sites
XXon 31 Posted November 30, 2020 (edited) That looks too hard for me to figure out the "dropping all your crap" part. I thought maybe there was a checkbox on a game settings menu to cut it on or off. Thanks. PS. I'm assuming you meant to script the part where you drop stuff. I didn't see another way. Edited November 30, 2020 by XXon Share this post Link to post Share on other sites
ocnoglittle 760 Posted December 1, 2020 If you don't need the Player Role game logic for anything, removing it will make the player automatically drop all their items. (jchobs, I think you had it backwards. ) If you do need it for something, then scripting would be the way to go. You can do this within the Player Role game logic to drop all inventory and equipment: 1 1 Share this post Link to post Share on other sites
XXon 31 Posted December 1, 2020 Playlands equipment pops up if you delete the Player role, so I used your script. Thanks very much it worked! Share this post Link to post Share on other sites