Thread: I need NPC help
View Single Post
  #20  
Old 02-05-2002, 03:58 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by Kaimetsu
Oops, I didn't even mean polymorphism. I meant the other thing whose name I've forgotten. Basically:

NPC Code:
function hi(i){
<code>
}
function hi(i,j){
<othercode>
}



Same function name, allowed because the params are different. Cookie to the guy who can remind me what it's called.
its called magik ...
Reply With Quote