• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Scripting crash, 12945 Lines missing!

Status
Not open for further replies.
Level 3
Joined
Dec 23, 2009
Messages
32
Hey, I have no idea why but just now I was working on a new area on my map and it auto-saved, and when the map came back that scripting window poped up and showed me that 12945 lines of scripting were missing!!!

Video: http://www.hiveworkshop.com/forums/pastebin.php?id=it5yxw just click on stop to see it as screenshot.

I just scrolled down and I see that the following types are missing:

Function Name
Variable Name
Endif
Endloop
Unregistered Native Function
Expected a Code Statement

Please help!!

Okey sorry I havent said this before but I found a week old version of the map which was fine so I just did everything which haden't been done. Thanks for the help anyway :)
 
Last edited:
Level 3
Joined
Dec 23, 2009
Messages
32
I was terraining... the only thing I can think of is that I deleted some doodads which uses custom item tables to drop items. Couse I can see in the script that a lot of them(not all) are from ''Save Dying Widget'' and ''Item Table''
Edit: Ill send video to both of you
ReEdit: I wrote the link to the pastebin in the main thread
 
Last edited:
Maybe you accidentally deleted objects on the map that were still in use by triggers. Usually it alerts you of that, but I'm not sure. Anyway, be sure that those doodads weren't in use. Did is disable certain triggers? If so, (and if you see some disabled actions), then refer to those.

EDIT: I took a look at the AVI. Be sure you are saving with NewGen if you were using it before. According to your screenshot, it looks like line is outside of a function. Try putting a "//" double-slash (without quotes) before it. Then save and see what happens. Otherwise, save the map into the pastebin or attach it here so someone can look at it and figure out what's wrong.
 
Status
Not open for further replies.
Top