HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Jass help needed

09-08-2003, 10:44 PM#1
l]arkOne
Can someone tell me what is the error in this?

It supposed to show the value of an integer(ItemNumber0) and of a normal string. I dont know how it must be done.

...,IS2(udg_ItemNumber[0])" Potion")
09-08-2003, 11:21 PM#2
AIAndy
Putting strings behind each other is done with + .
So "s"+"e" will result in "se".
"s""e" does not work
09-09-2003, 01:05 AM#3
Grom-Hellskream
can you post that hero arena that your makeing