makeHunter()
Problem description:
i need to know how 2 fix this undefined proc it says that it is an error. i need to know how to fix undefined procs
ID:144220
Feb 19 2007, 3:17 am
|
|
Code: makeHunter()
makeHunter() Problem description: i need to know how 2 fix this undefined proc it says that it is an error. i need to know how to fix undefined procs |
Feb 19 2007, 4:13 am
|
|
Ugh. As before, you really need to read the DM Guide. In short, procs...well... have to exist before you call (use) them, and you also have to call them properly.
|