HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

pls help this newbie

08-30-2002, 07:37 AM#1
Guest
I just installed the enhaned worl editor Blink! and overwrote my old ui and units folder (which was from an old blink WE add-on) now when i start up world edit i get a few messages in yellow saying that im missing this and that string.

btw, what does "for each interger A/B, do action" do?
08-30-2002, 07:38 AM#2
Guest
and btw i put my warcraft in f:/warcraft 3 so does that have got to do with anything
08-30-2002, 10:06 AM#3
Guest
I don't think the folder plays any role.
I haven't heard about that bug on WEEB, does it load?
Try contacting Cookie directly. (In wc3campaigns, e-mail him or PM him)

As for the "for each a/b do" it's a loop.
Should you have done any programing it is the exact same as the for.. do..return in basic and do...enddo in fortran.

the WE format is "for each A = (integer1) to (integer2) do- (Commands1)" and it will do commands1 for a=integer1, a =integer1+1, a =integer1+2, ..... , a=integer2. Quite simple.

for exaple is you write "For each a=1 to 5 do- hero use item in slot(loop integer A)" it will use the item in slot 1 then in the slop2 ,3 4, 5 but not in 6.
08-30-2002, 10:12 AM#4
Equilibrium
World Editor Enhanced states in the Readme that you must have installed Warcraft III in its default folder (C:\Program Files\Warcraft III\)

So that is most likely the problem.
08-30-2002, 10:15 AM#5
Guest
mine is at c:\wc3 and it works all right...