function ok(){
Note ("Loading constants.js is ok");
eval( Include("D:/Game/Mud/myDoc3-8/plugins/constants.js") );
var win ="test_"+ GetPluginID ()
WindowCreate (win, 0, 0, 180, 80,6,0, ColourNameToRGB("lightblue")) //475,line
WindowRectOp (win, 5, 0, 0, 55, 25, 6,15 + 0x0800)
WindowFont (win, "f", "Trebuchet MS", 28, true, false, false, false)
width = WindowTextWidth (win, "f", "Lazy dog yawns")
height = WindowFontInfo (win, "f", 1)
ascent = WindowFontInfo (win, "f", 2)
descent = WindowFontInfo (win, "f", 3)
leading = WindowFontInfo (win, "f", 4)
WindowText (win, "f",
"Lazy dog yawns",
5, 20, 0, 0,
ColourNameToRGB ("darkgreen"),
false)
WindowShow (win, true)
}
Script Error
The game: Peking knight line MUSHClient4.43 Green Edition
The implementation of 475 rows and 2 columns
Immediate execution
Parameter is Required
Please advise which is why?? |