Someone posted a problem with their zMUD screwing up, and now it did the same to me, but with MUSH!
Here's what he/she/it posted;
It made a red bar with the line:
Trigger function "process_prompt" not found or had a previous error.
This pops up whenever i hit enter or input a command.
It's after the prompt appears. Anyone know how to fix this?
Here's what he/she/it posted;
Run-time error
Plugin: xStats_Detector (called from world: Aardwolf)
Function/Sub: process_prompt called by trigger
Reason: processing trigger ""
[string "Plugin"]:84: bad argument #1 to 'match' (string expected, got nil)
stack traceback:
[C]: in function 'match'
[string "Plugin"]:84: in function 'do_pair'
[string "Plugin"]:113: in function <[string "Plugin"]:91>
Error context in script:
80 :
81 : require "var"
82 :
83 : function do_pair (item)
84*: return string.match (item, "(%d+)%/(%d+)")
85 : end -- do_pair
86 :
87 : function capitalize (s)
88 : return string.sub (s, 1, 1):upper () .. string.sub (s, 2):lower ()
It made a red bar with the line:
Trigger function "process_prompt" not found or had a previous error.
This pops up whenever i hit enter or input a command.
It's after the prompt appears. Anyone know how to fix this?