by Enjay » Mon Sep 14, 2009 1:17 pm
Loading the Zdoom Community Map gives this:
Code: Select all
MAP01 - Zdoom Comunity Map #1
Line 4160 (type 129:UsePuzzleItem), arg 2 is 11 (should be 0)
Line 23556 (type 130:Thing_Activate), arg 2 is 2 (should be 0)
The second one is fair enough, that seems to be a genuine error. However, I think that the first one might be incorrect. According to the Wiki:
Wiki wrote:129:UsePuzzleItem (item, script)
* item: Puzzle artifact number
* script: Script to execute
Checkin the line in question it has its first argument set to 13 (to allow it to be used by the puzzle gear) and the second argument is set to 11 to get it to run script 11, which it does. All other arguments are set to 0.
I don't see anything wrong there, yet Zdoom is reporting it as an error.
Loading the Zdoom Community Map gives this:
[code]MAP01 - Zdoom Comunity Map #1
Line 4160 (type 129:UsePuzzleItem), arg 2 is 11 (should be 0)
Line 23556 (type 130:Thing_Activate), arg 2 is 2 (should be 0)[/code]
The second one is fair enough, that seems to be a genuine error. However, I think that the first one might be incorrect. According to the Wiki:
[quote="Wiki"]129:UsePuzzleItem (item, script)
* item: Puzzle artifact number
* script: Script to execute [/quote]
Checkin the line in question it has its first argument set to 13 (to allow it to be used by the puzzle gear) and the second argument is set to 11 to get it to run script 11, which it does. All other arguments are set to 0.
I don't see anything wrong there, yet Zdoom is reporting it as an error.