[Fixed for V0.39] Counters with no action and value of zero
Posted: Fri May 19, 2006 9:01 pm
Counters can't seem to have both no action and a value of zero, at least as set up in the editor. The compiler complains vigorously.
The 'Dungeon Master' video games community
https://www.dungeon-master.com/forum/
Code: Select all
ref000304-1 WALLITEM_COUNTER 3 4 0 CENTRE
Code: Select all
---- Reading file "Modules/test.txt" ----
*** CRITICAL ERROR (line 414, item reference ref000304-1 - WALLITEM_COUNTER): Could not get parameter 7 on line number 414. Line begins with "ref000304-1 WALLITEM_COUNTER 3 4 0 CENTRE"
*** CRITICAL ERROR (line 414, item reference ref000304-1 - WALLITEM_COUNTER): Attribute identifier "@@@NO-MORE-STRINGS@@@" not supported. Expecting string of form COUNT=(xxxx).
*** CRITICAL ERROR (line 414, item reference ref000304-1 - WALLITEM_COUNTER): Expecting single numeric value.
*** CRITICAL ERROR (line 414, item reference ref000304-1 - WALLITEM_COUNTER): Could not get parameter 8 on line number 414. Line begins with "ref000304-1 WALLITEM_COUNTER 3 4 0 CENTRE"
*** CRITICAL ERROR (line 414, item reference ref000304-1 - WALLITEM_COUNTER): Could not get parameter 9 on line number 414. Line begins with "ref000304-1 WALLITEM_COUNTER 3 4 0 CENTRE"
*** CRITICAL ERROR (line 414, item reference ref000304-1 - WALLITEM_COUNTER): Attribute identifier "@@@NO-MORE-STRINGS@@@" not supported. Expecting string of form TARGET=(xxxx).
*** CRITICAL ERROR (line 414, item reference ref000304-1 - WALLITEM_COUNTER): Expecting 1 to 8 values for item identifiers for this trigger to target. e.g. TARGET=(1000,1001,1002).
*** CRITICAL ERROR (line 414, item reference ref000304-1 - WALLITEM_COUNTER): Attribute identifier "@@@NO-MORE-STRINGS@@@" not supported. Expecting string of form ACTION=(xxxx).
*** CRITICAL ERROR (line 414, item reference ref000304-1 - WALLITEM_COUNTER): Action "NULL_STRING" not supported. Expecting NULL, ACTIVATE, DEACTIVATE, TOGGLE, RELEASE or DESTROY.
Code: Select all
ref000000-1 WALLITEM_COUNTER 0 0 0 CENTRE COUNT=(0) ACTION=(NULL) TARGET=(NULL)