Splash  
About WOCNews, Help, etc.Build AreasContributor CreditsUseful Links

Login

    BlobbieScript

    Features
    Expressions
    Operators
    Variables
    Resolutions
    Functions
    Triggers
    Examples

    Print Manual
catch_list_affect
  
Response Typescript
EntitiesObjects (in affects inventory)
Parameters-

    This type of trigger is used specifically to provide information to the
owner that they are affected by whatever affect the catching object is
implementing. For instance the "slit throat affect object" returns the
following string for display in the user's affects list in their score
output:

"Blood flows quickly from a wound in your neck."

Alternatively the "continual light affect object" returns the following
string for display in the affects list:

"You are affected by the spell 'continual light'."

To provide something to be displayed in the score's affect list the script
must RETURN a string. It should not echo the output since such output will
not display in the score, but rather will display just before the score.

@n - The mobile affected by the affect object.


Example:

return "Blood flows quickly from a wound in your neck."


The Worlds of Carnage MUD is a non-profit, fantasy oriented, text-based game that is played over telnet. We are devoted to providing a social medium in which people can have fun while immersing themselves in a game that reads like a book. You can connect by clicking here or if that fails then here. This site is maintained and hosted by Robert Cummings, A.K.A Blobule and is powered by InterJinn, a PHP based multi-tier application framework connected to a MySQL backend and served via an Apache web server. The Worlds of Carnage are often recognized via the following aliases: Carnage; WoC; WoC MUD; Carnage MUD; CarnageMUD; WoCMUD. All submissions become the property of Robert Cummings where the submitter holds copyright. If you do not want to give ownership, then do not submit.