Quote:
|
Originally Posted by falco10291029
wait how can i make it read projectiles for a monster?
|
just put the action in the monster like u would the weapon , so say if your using a gun and you sent the identifying pram as "gun" it would sorta look like
NPC Code:
if(actionprojectile){
if(strequals(#p(0),gun)){
this.hearts-=.5;
}
}
something like that =p