Code:
Name: 'Special Variables Example', VNum: [ 31], RNum: [ 31]
Trigger Intended Assignment: Rooms
Trigger Type: Speech , Numeric Arg: 100, Arg list: *
Commands:
* By Rumble of The Builder Academy tbamud.com 9091
* A listing and demonstration of all special variables.
%echo% SELF ID: %self.id%
%echo% HOUR: %time.hour%
%echo% DAY: %time.day%
%echo% MONTH: %time.month%
%echo% YEAR: %time.year%
%echo% PEOPLE: %people.3%
%echo% RANDOM NUM: %random.99%
%echo% RANDOM PC: %random.char%
%echo% SPEECH: %speech%
%echo% FINDOBJ: There are %findobj.3(33)% objects of vnum 33 in room 3.
%echo% There are %findobj.3(guide)% objects of name guide in room 3.
%echo% FINDMOB: There are %findmob.3(33)% mobs of vnum 33 in room 3.
for TBA.