ID:143471
 
Code:Naruto.dm:512:error:Rest :invalid proc definition
Naruto.dm:502:error:ERest :previous definition

mob
proc
ERest()
set name = "Rest"
src.Hp = src.MaxHp
src.Chakra = src.MaxChak





verb
Rest
set name = "Rest"
src.ERest()


Problem description:

all the vars are right
Trane5 wrote:
Code:Naruto.dm:512:error:Rest :invalid proc definition
Naruto.dm:502:error:ERest :previous definition

> mob
> proc
> ERest()
> set name = "Rest"
> src.Hp = src.MaxHp
> src.Chakra = src.MaxChak
>
>
>
>
>
> verb
> Rest
> set name = "Rest"
> src.ERest()
>

Problem description:

all the vars are right



"ERest()" is defined somewhere else in your included files, and make "Rest" say "Rest()".
In response to Body
WOah thanks it worked i know i can get ots of help on thsi forums