-------------------------------------------------------------- -- Server side Script on the Binoculars -- updates the achievement -- -- updated Brandi... 2/2/10 -------------------------------------------------------------- function onFireEventServerSide(self, msg) if (msg.args == "achieve" ) then msg.senderID:UpdateMissionTask{taskType = "complete", value = msg.param1, value2 = 1, target = self} end end