ID:150931
 
When ever I enter my game, it gives me this error over and over:


Undefined operation
proc name: Stat (/mob/Stat)
usr: Dracon (/mob/other/choosing_character)
src: Dracon (/mob/other/choosing_character)
call stack:
Dracon (/mob/other/choosing_character): Stat()
Dracon (/mob/other/choosing_character): CharacterList()
Dracon (/mob/other/choosing_character): ChooseCharacter()
Dracon (/mob/other/choosing_character): Login()

Could you please tell me whats wrong? it really bugs me.

(I am using Character Handling)
On 7/1/01 2:57 pm Dracon wrote:
When ever I enter my game, it gives me this error over and over:


Undefined operation
proc name: Stat (/mob/Stat)
usr: Dracon (/mob/other/choosing_character)
src: Dracon (/mob/other/choosing_character)
call stack:
Dracon (/mob/other/choosing_character): Stat()
Dracon (/mob/other/choosing_character): CharacterList()
Dracon (/mob/other/choosing_character): ChooseCharacter()
Dracon (/mob/other/choosing_character): Login()

Could you please tell me whats wrong? it really bugs me.

Go to Preferences in Dream Maker (it's in the Build menu) and check off the Debug Information box. Then compile again and run it until you get that error.

Then tell us the line that is reported, and if it is your code, tell us that proc.
In response to Spuzzum
Undefined operation
proc name: Stat (/mob/Stat)
usr: Dracon (/mob/other/choosing_character)
src: Dracon (/mob/other/choosing_character)
call stack:
Dracon (/mob/other/choosing_character): Stat()
Dracon (/mob/other/choosing_character): CharacterList()
Dracon (/mob/other/choosing_character): ChooseCharacter()
Dracon (/mob/other/choosing_character): Login()

It says that while you are ingame. Im not sure what code to give you, tell me what part of my game I should give you.
In response to Dracon
On 7/1/01 3:31 pm Dracon wrote:
Undefined operation
proc name: Stat (/mob/Stat)
usr: Dracon (/mob/other/choosing_character)
src: Dracon (/mob/other/choosing_character)
call stack:
Dracon (/mob/other/choosing_character): Stat()
Dracon (/mob/other/choosing_character): CharacterList()
Dracon (/mob/other/choosing_character): ChooseCharacter()
Dracon (/mob/other/choosing_character): Login()

It says that while you are ingame. Im not sure what code to give you, tell me what part of my game I should give you.

As Spuzzum said:

Go to Preferences in Dream Maker (it's in the Build menu) and check off the Debug Information box. Then compile again and run it until you get that error.

Then tell us the line that is reported, and if it is your code, tell us that proc.


Do you want help or not?