Thread: Mold from EK
View Single Post
  #9  
Old 08-21-2004, 11:18 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
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
Reply With Quote