HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Order strings?

07-17-2007, 05:58 PM#1
PenguinEmperor
You know the trigger that converts strings to orders? Well, what is the string for hold positstion? I have tried it with space and without, but to no avail.

Can someone help me out?
07-17-2007, 06:04 PM#2
sas_Skorpion
Collapse JASS:
call IssueImmediateOrderBJ( GetLastCreatedUnit(), "holdposition" )
here i didn't bothered to type everything i think it will hellp a lil :/ it is supposed to be holdposition

Quote:
what is the string for hold positstion?

I think you wrote the word wrong :P

EDIT : As blu said (thats the way i found out) just make a trigger and make in gui that command for example
Trigger:
Unit - Order (Last created unit) to Hold Position

and then just convert the trigger to custom text :D
07-17-2007, 06:05 PM#3
blu_da_noob
"holdposition"

No space, make sure you get the spelling correct. For future reference if you need to find one you can make a trigger which detects orders and prints the strings.