- Joined
- Mar 5, 2008
- Messages
- 3,887
Yea, GL and may the best spell wins.
Yarr, contest closed, results will be up in a few.
I'm just clicking and checking this thread, but nothing new happens :S[/quote}I'm working on them, I might stay up a bit late and get them all done tonight![]()
Is better than the one below ._.JASS:function X takes integer i, integer j returns boolean return i==j endfunction
JASS:function X takes integer i, integer j returns boolean if (i==j) then return true else return false endif
return <boolean>
if <boolean> then
<actions>
endif
His signature is okay, you know. i==j is a boolean and returning it directly is lovely and useful. Checking a boolean opetarion in order to return a boolean operation, that is idiotic. What he has in his sig is completely correct. Btw, can't wait to see the results.
Actually, I deleted them when I was trying to get donut's spell to load, to get rid of the majority of 'Just Another Warcraft III Map's, and also so that when I re-downloaded them to look at the code I would actually know whose spell was whose easily.Umm you haven't gotten the spells you wanted at the time of closing![]()
It would say "This post was last edited on XXX date".And what I meant was that this way someone actually could have edited his entry after the closing, but I doubt someone did![]()
I probably should've given you 6, but I don't know, it was right on the edge.Wow dang, I sure lacking in my triggering =)
MUI = Multi Unit Instanceable. Your spell was MPI, Multi Player Instanceable. MUI implies it is usable by an indefinite amount of units on the same player. Yours was not, due to the use of global arrays that worked by player number.Hm should I protest? What do you really mean when you say the spell is not Mui?
My understanding of Mui has always been that it works for mupltiplayer with multiply players using it in the same time. Did I miss something here?
I thought my spell was mui, thus I tested it with some friends and it never occured any conflicts or bugs.
You're not allowed to know that, since I don't eitherAh speaking of next tme, when will that be? or am I not allowed to know that ^^?
I probably should've given you 6, but I don't know, it was right on the edge.
MUI = Multi Unit Instanceable. Your spell was MPI, Multi Player Instanceable. MUI implies it is usable by an indefinite amount of units on the same player. Yours was not, due to the use of global arrays that worked by player number.
You're not allowed to know that, since I don't either![]()