SCEDIT: Difference between revisions

From AddictHelp
Jump to navigation Jump to search
Kahlan (talk | contribs)
No edit summary
No edit summary
 
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
Line 12: Line 11:
  scedit done          (stop editing the script you are working on)
  scedit done          (stop editing the script you are working on)


SEE ALSO: [[SCSET]], [[SCSTAT]]
See also: [[SCSET]], [[SCSTAT]]


[[CATEGORY:Scripts]]
[[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