ExtendDamage

SUMMARY

ExtendDamage

SYNTAX

ExtendDamage(<cursor>)

ARGUMENTS

cursor (type:string)
The filename relative to the project directory of the cursor to be shown.
The file must be in the project directory or in a subfolder.
Animated cursors are also possible.

DESCRIPTION

The job expects a click in a room, which is affected by the same damage as the actual damage.
The new room and the clicked point are added to the roomlist of this damage.
The actual damage plotsymbol points to all rooms in the roomlist.

Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times