local x, y, f = GetObjectPosition(objectname);
if ((x == REQUIRED_X) and (y == REQUIRED_Y) and (f == REQUIRED_FLOOR)) then
YOUR CODE
end
New here? I'm Roha — want a quick tour?
local x, y, f = GetObjectPosition(objectname);
if ((x == REQUIRED_X) and (y == REQUIRED_Y) and (f == REQUIRED_FLOOR)) then
YOUR CODE
end