Home
Information
About DR
FAQ
Help Files
- General
- Commands
- Communication
- Rules
- Eternal
Quests
Guilds
- Alchemists
- Barbarians
- Cybertechs
- Dragons
- Paladins
- Mages
- Shape Shifters
Games
Maps
Screenshots
Resources
Connect
- Telnet
Who's On
(07:59)
Finger
News
(Apr 04, 24)
Notices
(Jul 03, 07)
Top Players
(08:00)
Logs
Mail Admin
Players
Pictures/Pages
DR Inquirer
(Fall 99)
Web Site
Changes
(Apr 29, 03)
Other Links
Mail Webmaster
|
command: var <variable> <value>
var <variable>
var
Set, unset or query a temporary variable. These variables are not saved
between logins.
'var <variable> <value>' sets the variable %<variable> to <value>
'var <variable>' removes the variable %<variable>.
'var' lists your temporary variables.
This can be used in combination with aliasing and the parse command to
produce powerful effects; for example:
alias kill do \kill $$;var %killing $$
alias tt parse throw javelin at %killing
will allow you to use 'tt' to throw a javelin at the monster you just typed
kill to start killing.
See also: if, parse.
|
|