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)
ID:150931
![]() Jul 1 2001, 11:57 am
|
|
Undefined operation 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. |
On 7/1/01 3:31 pm Dracon wrote:
Undefined operation 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? |
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.