squid blorg Posted August 24, 2010 Share Posted August 24, 2010 Hi guys.I'm making a mod that requires certain items to be unable to be picked up by the player, is there any way that I can do this in the CS? Perferably with some text poping up and telling me that the item is too hot to touch or something.Thanks in advance for your help! Link to comment Share on other sites More sharing options...
forli Posted August 24, 2010 Share Posted August 24, 2010 Attack an object script to the item: scn CantPickScript Begin OnActivateMessage"You can't pick up this object"End Link to comment Share on other sites More sharing options...
squid blorg Posted August 24, 2010 Author Share Posted August 24, 2010 Attack an object script to the item: scn CantPickScript Begin OnActivateMessage"You can't pick up this object"End Awsome, thanks! Kudos to you! Link to comment Share on other sites More sharing options...
Recommended Posts