DivideDamage

SUMMARY

DivideDamage

SYNTAX

DivideDamage(<Cursor>)

ARGUMENTS

cursor (type:string)
The filename relativ to the project directroy 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 function expects a click in a room, which should be removed from the actual damage.
For this room a new plotsymbol is created.
This plotsymbol has the same properties as the actual damage.

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