SCSET: Difference between revisions

From AddictHelp
Jump to navigation Jump to search
Kahlan (talk | contribs)
New page: SCSET is the command that actually manipulates all the details of a script. You must first start editing a script with SCEDIT before SCSET will do you any good. The things you can/need to...
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
SCSET without any arguments will show you a list of usage.
SCSET without any arguments will show you a list of usage.


  scset name <name of script>    (sets the name of the script.  This may
  scset name <name of script>    (sets the name of the script)
                                eventually be used if a "vnum script" is
  coded)
  scset arglist <arglist>        (dependant on the script type/flags)
  scset arglist <arglist>        (dependant on the script type/flags)
  scset narg <value>            (dependant on the script type/flags)
  scset narg <value>            (dependant on the script type/flags)
Line 15: Line 13:
  scset code                    (edit the actual script)
  scset code                    (edit the actual script)


SEE ALSO: SCSTAT, SCEDIT, MOBFLAGS, OBJFLAGS, ROOMFLAGS, ROOMCMDS, MOBCMDS,
{|border=0
          OBJCMDS, SCRIPT COMMANDS, EXPRESSIONS, VARIABLES, SCRIPT TYPES
|-
| valign=top nowrap| See also:  
|| [[SCSTAT]], [[SCEDIT]], [[MOBFLAGS]], [[OBJFLAGS]], [[ROOMFLAGS]], [[ROOMCMDS]], [[MOBCMDS]],[[OBJCMDS]], [[SCRIPT COMMANDS]], [[EXPRESSIONS]], [[VARIABLES]], [[SCRIPT TYPES]]
|}
 
[[CATEGORY:Scripts]]

Latest revision as of 03:27, 22 December 2008

SCSET is the command that actually manipulates all the details of a script. You must first start editing a script with SCEDIT before SCSET will do you any good. The things you can/need to change are partly dependant on the SCRIPT_TYPE, as well as the flags.

SCSET without any arguments will show you a list of usage.

scset name <name of script>    (sets the name of the script)
scset arglist <arglist>        (dependant on the script type/flags)
scset narg <value>             (dependant on the script type/flags)
scset type <mob|obj|room>      (what will this script be assigned to)
scset flags <flags>            (toggles flags on/off)
scset code                     (edit the actual script)
See also: SCSTAT, SCEDIT, MOBFLAGS, OBJFLAGS, ROOMFLAGS, ROOMCMDS, MOBCMDS,OBJCMDS, SCRIPT COMMANDS, EXPRESSIONS, VARIABLES, SCRIPT TYPES