I have a code inside a Coditional Branch (that calls a script to detect collision betwen 2 events):
CODE
if A1 > A2 then
print "text1" else
if A1 < 2 then
print "text2";
# Here I want a code to Erase an Event
else
if A1 = A2 then
end
end
end
print "text1" else
if A1 < 2 then
print "text2";
# Here I want a code to Erase an Event
else
if A1 = A2 then
end
end
end
I need a code to Erase an Event inside this code. Can someone help me.
Ty for your time.
Dwellercoc