MUSH runtime error

by Krackenor

Back to Mechanic's Corner.

Krackenor2011-08-09 02:33:39
What does this mean, and how can I fix it?

QUOTE
Error number: 0
Event: Run-time error
Description: :4: attempt to call global 'checkPrompt' (a nil value)

stack traceback:

:4: in main chunk
Called by: Immediate execution
Ytran2011-08-09 02:34:58
You are trying to call a globally-defined (i.e. non-local) function called checkPrompt. This function does not exist.