http://forum.thegamecreators.com/?m=forum_view&t=180924&b=23
script syntax list: all (!) scriptcommands in one list.
radar-commands on page 103, the right spelling (as dominik said) is "radarx=" and "radary=".
Quote: "3.12.2.46 RADARX=X
Description: This sets the position of the radar HUD as a percentage of the screen’s width.
Range: X = 0 to 100
Example: :state=0:radarx=50
3.12.2.47 RADARY=X
Description: This sets the position of the radar HUD as a percentage of the screen’s height.
Range: X = 0 to 100
Example: :state=0:radary=50"
the script would be:
;Artificial Intelligence Script
;Header
desc = Radar ON left side bottom
;Triggers
:state=0:radaron=1,radarrange=10,radarx=10,radary=90,state=1
;End of Script
gz