SCEDIT: Difference between revisions

From AddictHelp
Jump to navigation Jump to search
Kahlan (talk | contribs)
New page: SCEDIT is the basic 'begining' command to start editing a script. You can create new scripts, as well as edit existing scripts (providing you have access to the zone the script is in). T...
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
SCEDIT is the basic 'begining' command to start editing a script.  You can
SCEDIT is the basic 'begining' command to start editing a script.  You can
create new scripts, as well as edit existing scripts (providing you have
create new scripts, as well as edit existing scripts (providing you have
access to the zone the script is in).  The arguments are:
access to the zone the script is in).   


scedit save          (saves the script you are currently working on)
The arguments are:
scedit <vnum>        (edit script number <vnum>)
scedit create        (create a new script that belongs to the zone you are
                      standing in)
scedit done          (stop editing the script you are working on)


SEE ALSO: SCSET, SCSTAT
scedit save          (saves the script you are currently working on)
scedit <vnum>        (edit script number <vnum>)
scedit create        (create a new script that belongs to the zone you are
                        standing in)
scedit done          (stop editing the script you are working on)
 
See also: [[SCSET]], [[SCSTAT]]
 
[[CATEGORY:Scripts]]

Latest revision as of 03:27, 22 December 2008

SCEDIT is the basic 'begining' command to start editing a script. You can create new scripts, as well as edit existing scripts (providing you have access to the zone the script is in).

The arguments are:

scedit save           (saves the script you are currently working on)
scedit <vnum>         (edit script number <vnum>)
scedit create         (create a new script that belongs to the zone you are
                       standing in)
scedit done           (stop editing the script you are working on)

See also: SCSET, SCSTAT