Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Object appears
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Object appears (Read 650 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
Logged
macguba
Former Staff
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
Logged
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
Logged
macguba
Former Staff
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
Logged
Plenty of
reviewed ArmA missions
for you to play
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Object appears
Top of page