& FUNCTIONS ------------------------------------------------------------------------------ Softcoded Functions: Functions: isstaff() Returns 1 or 0 when player matches the flags defined as 'staff' ostaff() Softcoded function that checks to see if against the official staff list as listed on the Global Parent. andlist(,) Returns a string as a comma separated list with 'and' between second to last and last elements. mmm-dd-yyyy() Returns time() output in terms of MMM DD YYYY. ------------------------------------------------------------------------------ & +staff ------------------------------------------------------------------------------ Notes on +staff: SYNTAX: +staff/add +staff/remove These two commands modify the contents of &STAFF-LIST on the global parent and affect whether or not a given person appears on the +staff and +staff/all listings. Where isstaff() checks against flags, STAFF-LIST and ostaff() are explicitly set and checked by code. ------------------------------------------------------------------------------ & help ------------------------------------------------------------------------------ Index This is the index of staff helpfiles, V1.0b(17JUL00) +accept +cnotes +commands +contents +duty +join +motd +register +rjoin +rsummon +stnotes +summon +timestamp +version BACKGROUNDS CONFIGURE DEFAULTS FUNCTIONS PROJECT To get help on any of the listed topics, type '+shelp ' ------------------------------------------------------------------------------ & +version ------------------------------------------------------------------------------ +version SYNTAX: +version +version This code is in place to aid the user in the tracking of version history of SGP objects. The first form of this command returns a list of all SGP and additional tracked objects, their version numbers, dbrefs, most recent applied patches, and the date the last upgrade was done. SGP installers update this information automatically. The second form of this command looks up a specific tracked object and returns information on what was applied to the object when. See Also: +version2 ------------------------------------------------------------------------------ & +version2 ------------------------------------------------------------------------------ +version (continued) SYNTAX: +version/add +version/remove +version/update /= The first form of this command adds new objects to the +version listing. The second form removes an object from +version. The third form edits various parts of the +version display. Fields include 'version', 'patchlevel' and 'history'. The 'Last Update' field is updated by the first two uses of this command. Updating the 'history' field adds detailed information to the object's UPDATE-HISTORY attribute and includes a date with every entry. ------------------------------------------------------------------------------