Thread: need help
View Single Post
  #13  
Old 09-16-2003, 07:42 PM
Chrisz Chrisz is offline
Registered User
Join Date: Oct 2002
Location: Lost...
Posts: 176
Chrisz is on a distinguished road
Send a message via AIM to Chrisz Send a message via Yahoo to Chrisz
We defined a standard. Well since I made the scripts ill help you.

You say you have a shoot?? well

NPC Code:

setshootparams typeofarrow;
//Your shootstuffhere

if (actionprojectile) {
if (strequals(#p(0),icearrow)) {
//Icearrow stuff here OR IceArrow(); function depends what you want.
}
}


And you can easily add fire arrows to that, explosive arrows, all kinds Possibillities = Endless. As long as you have the ideas, that is.
__________________
-Chrisz
Reply With Quote