- Joined
- Oct 28, 2011
- Messages
- 4,758
I'm making my map and all is working fine, I'm able to save, test etc etc. But then I accidentally save my old file on a new one then I become frustrated but decided to work on the back up file, after a few hours of working I saved the map then this F*CKING error on the trigger come. Multiple errors on all lines, what could be the problem here? But when I try the older version and save it, its fine. And I don't want to use that 2 week old version.
ERROR SAYS EXPECTED A FUNCTION NAME
ERROR SAYS EXPECTED A FUNCTION NAME
-
Item Upgrade Copy
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
Game - Display to (All players) the text: Recipe System 1.22 ...
-
Custom script: call InitRecipe()
-
-------- Crossbow --------
-
Custom script: call CreateRecipe2('I005','I005','I008')
-
Custom script: call CreateRecipe2('I008','I005','I007')
-
Custom script: call CreateRecipe2('I007','I005','I006')
-
Custom script: call CreateRecipe2('I006','I005','I009')
-
-------- Crossbow --------
-
-------- Runed Axe --------
-
Custom script: call CreateRecipe2('I000','I000','I00C')
-
Custom script: call CreateRecipe2('I000','I00C','I00A')
-
Custom script: call CreateRecipe2('I000','I00A','I00B')
-
Custom script: call CreateRecipe2('I000','I00B','I00D')
-
-------- Runed Axe --------
-
-------- Stone Axe --------
-
Custom script: call CreateRecipe2('I00G','I00G','I002')
-
Custom script: call CreateRecipe2('I00G','I002','I00E')
-
Custom script: call CreateRecipe2('I00G','I00E','I00F')
-
Custom script: call CreateRecipe2('I00G','I00F','I00H')
-
-------- Stone Axe --------
-
-------- Sword --------
-
Custom script: call CreateRecipe2('I00L','I00L','I003')
-
Custom script: call CreateRecipe2('I00L','I003','I00I')
-
Custom script: call CreateRecipe2('I00L','I00I','I00J')
-
Custom script: call CreateRecipe2('I00L','I00J','I00K')
-
-------- Sword --------
-
-------- Wooden Bow --------
-
Custom script: call CreateRecipe2('I004','I004','I00M')
-
Custom script: call CreateRecipe2('I004','I00M','I00N')
-
Custom script: call CreateRecipe2('I004','I00N','I00O')
-
Custom script: call CreateRecipe2('I004','I00O','I00P')
-
-------- Wooden Bow --------
-
-------- Eagle Staff --------
-
Custom script: call CreateRecipe2('I00U','I00U','I00T')
-
Custom script: call CreateRecipe2('I00U','I00T','I00R')
-
Custom script: call CreateRecipe2('I00U','I00R','I00S')
-
Custom script: call CreateRecipe2('I00U','I00S','I00Q')
-
-------- Eagle Staff --------
-
-------- Cloack --------
-
Custom script: call CreateRecipe2('I001','I001','I00Y')
-
Custom script: call CreateRecipe2('I001','I00Y','I00X')
-
Custom script: call CreateRecipe2('I001','I00X','I00W')
-
Custom script: call CreateRecipe2('I001','I00W','I00Z')
-
-------- Cloack --------
-
Custom script: call CreateRecipe('rat6', 'rat9', 'ratc',0,0,0, 'ratf')
-
Custom script: call CreateRecipe4('ram1', 'ram2', 'ram3', 'ram4', 'rugt')
-
Custom script: call CreateRecipe4('kybl', 'kygh', 'kybl', 'kygh', 'mgtk')
-
Custom script: call CreateRecipe5('oslo', 'oven', 'oli2', 'ofir', 'ocor', 'gldo')
-
Custom script: call CreateRecipe6('sor1', 'sor2', 'sor3', 'sor4', 'sor5', 'sor6', 'sora')
-
-