Skip to content

Current questions and answers regarding the map editor.

#1768
Auto-translated
Thank you very much, I'm trying it now.

Added 5 minutes later
function maxF()
if IsObjectExists('max')
then
else
SetObjectOwner('Bar',PLAYER_1);
Trigger(OBJECT_TOUCH_TRIGGER,'max',nil)
end;
end;
Trigger(OBJECT_TOUCH_TRIGGER,'max','maxF')
Did I write it correctly?