- Joined
- Jul 1, 2005
- Messages
- 393
I follow the step by step instructions, I use newgen. I think I'm doing well and then I try to save my map.
Then everything goes crazy and all the triggers I just added get marked out with red markers.
Recipe System 1.22 (quick make recipe system)
Syntax Errors
PJASS
85 compile errors
Line 194: Undeclared variable udg_itemd1
Line 194: Comparing two variables of different primitive types (except real and integer) is not allowed.
Line 198: Undeclared variable udg_itemid2
Line 198: Comparing two different primitive types (except real and integer) is not allowed.
Line 202: Undeclared variable
Line 202: Comparing two variables of different primitive types (except real and integer) is not...
Now what?!
EDIT:
and the second recipe system...
Recipe System 1.3 (item stacking)
Syntax Error
JassHelper 1
Compile error.
Line 497: //!syntax is depreciated for "library" please remove the //!
Line 499: //!syntax is depreciated for "library" please remove the //!
Is it okay to remove?
Then everything goes crazy and all the triggers I just added get marked out with red markers.
Recipe System 1.22 (quick make recipe system)
Syntax Errors
PJASS
85 compile errors
Line 194: Undeclared variable udg_itemd1
Line 194: Comparing two variables of different primitive types (except real and integer) is not allowed.
Line 198: Undeclared variable udg_itemid2
Line 198: Comparing two different primitive types (except real and integer) is not allowed.
Line 202: Undeclared variable
Line 202: Comparing two variables of different primitive types (except real and integer) is not...
Now what?!
EDIT:
and the second recipe system...
Recipe System 1.3 (item stacking)
Syntax Error
JassHelper 1
Compile error.
Line 497: //!syntax is depreciated for "library" please remove the //!
Line 499: //!syntax is depreciated for "library" please remove the //!
Is it okay to remove?
Last edited by a moderator: