Applevangelist 50aca57112 #PLAYERTASK
* Extended use of marker ops:
-- Enable the function like so:
--          mycontroller:EnableMarkerOps("TASK")
-- Then as a player in a client slot, you can add a map marker on the F10 map. Next edit the text
-- in the marker to make it identifiable, e.g
--
-- TASK Name=Tanks Sochi, Text=Destroy tank group located near Sochi!
--
-- Where **TASK** is the tag that tells the controller this mark is a target location (must).
-- **Name=** ended by a comma **,** tells the controller the supposed menu entry name (optional). No extra spaces! End with a comma!
-- **Text=** tells the controller the supposed free text task description (optional, only taken if **Name=** is present first). No extra spaces!
function PLAYERTASKCONTROLLER:EnableMarkerOps(Tag)
2022-11-17 13:22:34 +01:00
..
2022-11-11 09:35:54 +01:00
2022-11-11 11:40:36 +01:00
2022-11-11 09:35:54 +01:00
2022-11-16 11:12:47 +01:00
2022-11-17 13:22:34 +01:00
2022-11-11 11:40:36 +01:00
2022-11-11 11:40:36 +01:00
2022-11-14 18:15:55 +01:00
2022-10-29 10:49:18 +02:00
2022-11-16 09:39:54 +01:00
2022-10-29 10:49:18 +02:00
2022-11-10 17:11:29 +01:00