Code:Goku.dm:32:error:/mob/learn/verb/Spirit_Bomb:undefined type path
Login.dm:119:error:/mob/learn/verb/Spirit_Bomb:undefined type path
Problem description: I dont understand how to fix this error
ID:167660
Feb 14 2006, 5:35 pm
|
|
In response to Budboinker
|
|
put that were the coding is like this if(src.learn_spirit_bomb == 1) src.verbs += new/mob/learn/verb/Spirit_Bomb (Goku.dm:32:error:/mob/learn/verb/Spirit_Bomb:undefined type path)
if(src.learn_spirit_bomb == 1) src.verbs += new/mob/learn/verb/Spirit_Bomb (Login.dm:120:error:/mob/learn/verb/Spirit_Bomb:undefined type path) Both these are in the body of the coding. I still dont understand how to fix it |
In response to PuNkS
|
|
You could stop using one of those horrible ripped DBZ sources, and read the DM guide located in the left side of your screen under 'Resources'.
|
but just so you know...when you put the /mob/learn you are creating a mob...to attach it to an object put /obj/learn