HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Question on Vexorian's caster system

06-08-2004, 06:35 PM#1
7smurfs
What does it mean when an error comes up saying "expected a function" when there IS a function?

and why doesn't the readme show up anymore???

and why does the world editor crash EVERYTIME I TRY TO COPY THE CUSTOM SCRIPTS???
06-09-2004, 07:08 AM#2
PitzerMike
Quote:
Originally Posted by 7smurfs
What does it mean when an error comes up saying "expected a function" when there IS a function?

This will happen if the function has the exact same name as a function already declared in common.j or Blizzard.j or the exact same spelling as other declared identifiers or reserved words.
06-09-2004, 08:46 PM#3
Vexorian
Quote:
Originally Posted by PitzerMike
This will happen if the function has the exact same name as a function already declared in common.j or Blizzard.j or the exact same spelling as other declared identifiers or reserved words.
actually it means, you didn't copied it right. You really know about the Custom Script Section right?
06-09-2004, 09:45 PM#4
7smurfs
Quote:
Originally Posted by Lord Vexorian
actually it means, you didn't copied it right. You really know about the Custom Script Section right?
It was those // marks in it. For some reason when I copied the cast system directly from you're map it crashed. But when I copied it from the lightning arrows map it works.
06-11-2004, 01:42 PM#5
CrystalFlame
have u downloaded patches i couldnt do it either till i downloaded them
06-11-2004, 09:43 PM#6
7smurfs
Yeah everythign is updated. I eventually got it to work. Apearently having the //---- or whatever it is, in the custom functions caused all those errors because once I removed them everything worked @_@
06-12-2004, 04:08 PM#7
Vexorian
I bet you copied only one / of the first line instead of 2, cause if having them in my map didn't crash, why would them in yours crash?