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)
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.Wiki wrote:129:UsePuzzleItem (item, script)
* item: Puzzle artifact number
* script: Script to execute
I don't see anything wrong there, yet Zdoom is reporting it as an error.