| 11-01-2003, 11:32 PM | #1 |
ok.. so i made a multiboard in the jass which i think im proud of emote_confused because im just learning it but im not sure if im proud.. because it doesnt work emote_confused when i hit test it goes into wc3 like its gonna go... but then stops and doesnt go into map. i know this is because it thinks theres something wrong... but there isnt... and when i go back into WE it tells me that every single line that has any form of script on it... even the vars section has an error... whats wrong :( |
| 11-01-2003, 11:43 PM | #2 |
We can't help you unless you post the map. |
| 11-01-2003, 11:48 PM | #3 |
ok... the multiboard isnt quite done yet... still have to make like 3 more items, waiting for fixed prob |
| 11-02-2003, 12:10 AM | #4 |
First of all it's a w3m, not w3x. Multiboards only work in TFT (as far as I know). You've used "board" in several places where you should really use "udg_board" and "Item" where you should use "udg_items". Note that it is case sensitive too. Then your trigger setup function is kinda screwed. Seemed like you wrote it by hand. I suggest you make the trigger in GUI first then convert it to JASS after it's done. |
| 11-02-2003, 01:46 AM | #5 |
ok.. i made it through gui and it worked... but i still want to know what was wrong with my normal function emote_confused i fixed some stuff up but i still see no probs |
| 11-02-2003, 10:27 AM | #6 |
If I remember correctly you misspelt some argument, and two agruments had switched places. |
| 11-02-2003, 02:45 PM | #7 |
how do you know if 2 arguments are switched? i bet you anything i did mispell... cause thats easy to do, but in the common.j where im getting most of my stuff it said something like it took a player, a trigger, a string, and a boolean... but then when i made the trigger in gui it had player and trigger switched around... emote_sweat edit: oh yeah, does it matter if you have a function or whatever(blah, blah, blah or if its function ( blah, blah, blah ) with spaces? |
| 11-02-2003, 02:58 PM | #8 |
WOOOOHOOOOOOOO!!!! I GOT IT TO WORK! I think the problem was i had the wrong blizzard.j and common.j exported into my scripts\scripts folder emote_confused an older version so i replaces and only got one error and it was i bet an extra i in untitled... so now im gonna finish it up and fix som pics and resize, all that good junk :D |
