Duris Wiki
Advertisement

This is a pretty long script and I prefer to post it as a list of Triggers/Commands. This script captures the equipment list of yourself (when typing eq or looking at yourself) or anyone you look at to its own window. To begin with, create a new folder titled "Equipment" in your Package Editor, under your Duris Window icon (do this by selecting new class from the drop-down). Under that folder add the following triggers, all of which have the same command line (except the very first trigger which should lack the ";#GAG" portion of the command).

Triggers:

^* in size.$

^<(*) weapon>

^<attached (*)>

^<held(*)>

^<wielding (*)>

^<worn (*)>

^You are using:

^You aren't wearing anything!$

Command Line:

#CAP Equipment;#GAG


Remember each of the previous listed lines in the Triggers Box is its own trigger. So, you would enter the following for each, changing the trigger phrase each time. Example:

Trigger:

^You aren't wearing anything!$

Command Line:

#CAP Equipment;#GAG


This will create another window class called "Equipment" toward the bottom of the Package Editor list. This is where the work will be done. Click this icon before selecting to add a new Trigger. You will only need add 3 triggers here.

Trigger:

^(%w)* in size.$

Command Line:

#GAG;#CLR;#SA %ansi(high, black)%1 is wearing%ansi(high, red):%ansi(norm)

Trigger:

^You aren't wearing anything!$

Command Line:

#GAG;#CLR;#SA %ansi(high, black)You are %ansi(cyan)naked%ansi(high, black) as the day is long.%ansi(reset)

Trigger:

^You are using:

Command Line:

#GAG;#CLR;#SA %ansi(high, black)You are wearing%ansi(high, red):%ansi(norm)
Advertisement