Jump to content

Hunting Knife Script


eleglas

Recommended Posts

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...