charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Fri Jul 04, 2008 8:54 am
Calling a window command from an alias |
Here is just a snippet of code. I'm converting this script from zMUD to CMUD for a fellow MUDder... but I can't seem to get this to work:
Code: |
#IF (@continentnumber = @previouscontinentnumber) {
#VARIABLE previouscontinentline %arrget( currentmap, %eval( @lastmudycoord+2))
CONTINENTS:#PSUB @previouscontinentline 0 @currentwidth @reverseycoord @reverseycoord
} |
Apparently, it's not liking the "CONTINENTS:#PSUB" command (window:command syntax). In fact, it says "Illegal token"...
Anyone have any suggestions on this? Greatly appreciate it.
Charneus |
|