HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Ahghaah! Need Help with Custom Text

09-29-2002, 02:48 AM#1
Guest
Sence CC is good for nothing.

I want to be able to replace Skelitons that are summoned with Skeliton Archers, that decay, everytime I try to add "Unitapplytimedlife" I get an error saying "Expected a Function name".

How might I achieve my goal!
09-29-2002, 11:29 AM#2
SuperIKI
JASS is case sensitive:
It should be:
UnitApplyTimedLife
09-29-2002, 12:12 PM#3
Guest
I Believe i'v been trying it, (I'l Check).

If not, what else could be wrong?
09-29-2002, 01:10 PM#4
Guest
ThANX
09-30-2002, 01:28 AM#5
wei
Quote:
Originally posted by Quirriff
"Expected a Function name".
[/b]

mmmmmm is there any reference site that lists all internal function name ?
09-30-2002, 12:08 PM#6
Extrarius
Wei: Get a program like WinMPQ and use it to open up the patch mpq. Inside you will find a file called common.j with a list of functions, what they take, and what they return. As far as I know, ALL functions available for normal JASS scripting are included in that file.
10-11-2002, 06:30 AM#7
DKSlayer
Yea under the scripts folder in war3.mpq Their are 3 files you wil want to read. Blizzard.j and common.j are the files that compose JASS. The other file is common.ai. You will need to look at them to figure what they do sine there is no documentation. That would be cool.