alright thanks, now i gotta spend about 2 hours uploading a new python :\ lol
Muskrat - Thu Apr 28, 2005 12:09 am
Post subject:
I'll take that c-note.
Grelminar - Thu Apr 28, 2005 2:50 am
Post subject:
You're using the wrong syntax somewhere (either in an AttachModules setting, or in an ?attmod command). First, let's be clear on what you're trying to do: "attaching" a module means making it active in a particular arena. You can only do this if it's loaded first. To load a python module, you put "<py> modulename" in modules.conf, or type "?insmod <py> modulename". There's no path, and no ".py" extention. To attach a python module to an arena, you just put "modulename" in the AttachModules setting, or type "?attmod modulename". This is all documented in the user guide.
myke - Thu Apr 28, 2005 1:57 pm
Post subject:
thanks for the help, we got it working now