|
edb6377 Magician
Joined: 29 Nov 2005 Posts: 482
|
Posted: Sat Aug 19, 2006 7:30 pm
Defining Module |
Okay im sure the answer is in the forums but im hoping someone can recall off the top of their heads
#MODULE <-- WORKS GREAT ZUGG BTW.
so i went to convert a script
#MODULE QUOTE
#ALIAS quote
The alias doesnt go into the module quote.
Whats the syntax to set an alias to go into the right module/class. |
|
_________________ Confucious say "Bugs in Programs need Hammer" |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Sat Aug 19, 2006 9:28 pm |
Well, that's *supposed* to work ;)
You might try
#CLASS ModuleName
That's right...put the name of the module and see if the #CLASS command will accept it.
The #MODULE command is supposed to set the Class to whatever the last class was for that module, and there seems to be an issue with the initial value of this class not getting set.
But no, I'm not releasing 1.06 today ;) |
|
|
|
|
|