NPC Code: setshootparams typeofarrow; //Your shootstuffhere if (actionprojectile) { if (strequals(#p(0),icearrow)) { //Icearrow stuff here OR IceArrow(); function depends what you want. } }
setshootparams typeofarrow; //Your shootstuffhere if (actionprojectile) { if (strequals(#p(0),icearrow)) { //Icearrow stuff here OR IceArrow(); function depends what you want. } }