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-06 12:17:07 +01:00
2022-11-04 22:36:20 +01:00
2022-11-14 17:36:34 +01:00
2022-11-11 10:00:13 +01:00
2022-11-11 09:22:48 +01:00
OPS
2022-07-11 23:22:58 +02:00
2022-11-08 20:29:51 +01:00
2022-11-08 22:01:44 +01:00
OPS
2022-06-06 22:05:57 +02:00
2022-10-19 12:20:39 +02:00
2022-11-13 13:37:55 +01:00
OPS
2022-07-11 23:22:58 +02:00
OPS
2022-11-16 10:41:33 +01:00
OPS
2022-07-25 22:45:43 +02:00
2022-11-10 00:36:02 +01:00
2022-11-08 20:29:51 +01:00
OPS
2022-05-27 22:14:21 +02:00
2022-10-21 09:51:44 +02:00
2022-11-11 15:40:03 +01:00
2022-11-04 22:36:20 +01:00
2022-09-26 19:00:26 +02:00
OPS
2022-07-25 22:45:43 +02:00
2022-11-17 13:22:34 +01:00
2022-09-11 13:32:57 +02:00
2021-12-15 13:46:33 +01:00
OPS
2022-07-25 22:45:43 +02:00
2022-11-04 22:36:20 +01:00