Home   Help Search Login Register  

Author Topic: Object appears  (Read 599 times)

0 Members and 1 Guest are viewing this topic.

raggy99

  • Guest
Object appears
« on: 05 May 2003, 07:04:43 »
Is there some thing that makes a person or plane or can, anything apears on the map during the game. like a gps kindofthing so that appears even if it is a dot

thank you inadvance
RAGGY  

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Object appears
« Reply #1 on: 05 May 2003, 08:38:56 »
You can easily fake it with a marker.   Create a marker as you like and name it.    Then use this code in a script.  Syntax not guaranteed.

#loop
? not (alive loon1): goto "end"
"marker1" setMarkerPos getPos loon1
~3
goto "loop"

#end
"marker1" setMarkerType "empty"
exit
Plenty of reviewed ArmA missions for you to play

raggy99

  • Guest
Re:Object appears
« Reply #2 on: 05 May 2003, 08:44:30 »
where do i put all that in

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Object appears
« Reply #3 on: 05 May 2003, 08:52:38 »
You need to make a script file.   Fortunately that's very easy. Read

snYpir's Friendly Introduction to Code Snippets
Johan Gustafsson's Scripting Guide
Plenty of reviewed ArmA missions for you to play