HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

A "wtf?" error...

07-13-2007, 06:52 AM#1
darkwulfv
EDIT: Ok. My problem was a really really retarded one involving a rouge comma I failed to find until just now. Wow. Talk about stupid mistakes.
07-13-2007, 07:20 AM#2
DioD
Code:
       call DamageTextTag(s, u, 100., 0., 0.[SIZE],[SIZE])

there is "dunno its name" after point
07-13-2007, 07:31 AM#3
darkwulfv
Oh for fuck sake. This HAS to be the most retarded coding error I've ever made in my life.

Collapse JASS:
call DamageTextTag(s, u, 100., 0., 0.,)

See that comma after that last 0? that doesn't belong there and is causing the error. I'm wiping my post, because it's pointless keeping it there... Good god, I've never felt so stupid.