hi there,
i am building a mission where the player has survived a crash landing but lost his gear in the process
now i want a hint to come up when i look at the map but the hint needs to come up only if the player has the itemMap
i tried the following code in a trigger set to ONCE but it seems something is wrong
jc hasweapon "itemMap" && if (visibleMap) then {hint "Damn these are Takistani assault plans and it looks like its going to happen soon, i better get to a radio !"}
i also noticed that the hint keeps comming while i want it to only show once (its my task update)
can anybody help me ?