HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Issued order = Research Tech help!!!

08-09-2004, 06:01 PM#1
Strategy Master
What jass code can be used to find

if the issued order = Research Tech

( GetIssuedOrderIdBJ() == ? ("1378889806")

That number is the actual order Id of the tech but placing order Id there dosn't work so i wanted to find the proper way to do it, by using the techid or is the completly off track.
08-09-2004, 09:49 PM#2
AIAndy
"" mark a string but I guess you want the integer there since issued order id is an integer.
08-09-2004, 10:04 PM#3
Strategy Master
So, just using == 1378889806 or == (1378889806) you think will work.

I will do some testing with that 2moro.
Once again thanx Aiandy.