Jump to content

How to make Unlimited Throwing knives?


Inigo

Recommended Posts

Hey,

 

I am trying to figure out how to make an item that will respawn throwing knives, much like the bracer that Jarlaxel uses in Forgotten Realms. I have no idea of how to go about this. Could some one please email me and explain or give a few pointers? My email is [email protected]. Please write something about it in the subject line or it will be thrown out as junk mail. Thanx!

Link to comment
Share on other sites

The script for Xena's boomerang thingy used a similar script to that one provided by Marxist, but, since there was only one weapon, it went like this:

 

If ( Player->GetItemCount "X" <=1 )

Player->AddItem "X" 1

Else

Return

EndIf

 

 

You might also try an Equip command to make it automatically equip itself once the first one is gone, so the PC does not have to sort throough his inventory to get to it.

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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