eleglas Posted April 27, 2009 Share Posted April 27, 2009 I would like to request a hunting knife script. What this does is when I hit a dead animal such as a brahmin or molerat, ect it will give me some of its meat, for example, if I stab a dead Brahmin, I will get a piece of Brahmin Steak. Does anyone think they can make this? No need to make the weapon, I just need the script. Thanks guys. Link to comment Share on other sites More sharing options...
TGBlank Posted April 27, 2009 Share Posted April 27, 2009 neh.. scn filletingknife ref self Begin Scripteffectstart set self to getself if (getdead) set self to gbo self if (self == <creature>) player.additem <meat> 1 elseif (self == <creature2>) player.additem <meat2> 1 ... endif endif End Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.