Skip to content

The task was completed immediately.

#2
Auto-translated
I solved the problem as follows: I chose the MANUAL task type and added the following to the scripts:

function questME()
SetObjectiveState("mag", OBJECTIVE_COMPLETED);
end;

Trigger(OBJECT_TOUCH_TRIGGER, "MageEye", "questME");