|
geosmith Wanderer
Joined: 23 Apr 2005 Posts: 57
|
Posted: Sat Jul 16, 2005 12:02 pm
Ignoring Script Lines / Comments |
Is there any command or character that may be added to a line within a zMUD script to have that line be ignored when the script runs? I'm thinking in terms of writing comments into a script, or deactivating parts of it but leaving them intact for future use...
Thanks. |
|
|
|
Rappy Wanderer
Joined: 15 Jul 2005 Posts: 96
|
Posted: Sat Jul 16, 2005 12:34 pm |
Simply using the ; character at the beginning of the line will add comments or disable the line.
-Rappy |
|
_________________ Windows 11 Pro,
cMUD 3.34 |
|
|
|
Orang Apprentice
Joined: 22 Jul 2004 Posts: 118 Location: USA
|
Posted: Sat Jul 16, 2005 2:13 pm |
or a //
like #echo test // ;#echo blah
or #abort |
|
|
|
|
|