Türkçe kanal narda?!
Latest posts made by Newaccount
-
And Blockposted in Questions & Answers
Hi
i have question

In this picture in the area 1 the And block is working right
but in the area 2 i want to be able set a boolean for block 9, when its false, the And block won't work because the line from block 9 doesn't work
how can i fix that?
i want to be able to set a boolean for one condition and then connect it to And block -
RE: Delete Object By Eventposted in Questions & Answers
@jstap

i have these objects in on Init event and so many more in on Tick as you can see
if i want to delete them by name or by type it would take so long.
the easy way is to just delete once per day in on Tick but it also will delete objects from on Init as well.
so i want to know that is there a way to just delete every object in on Tick only and not in the on Init.
i already that that i can name them all and delete by name or type but because it to many it would take a lot of time.thanks.
-
RE: Delete Object By Eventposted in Questions & Answers
@jstap
i have used once per day in on Tick but it will delete everything from on Tick and on Init
i only want on Tick to be deleted not on Init. -
RE: Delete Object By Eventposted in Questions & Answers
@jstap
I'll draw some objective on Init Event and i want them to stay
but every day i want to delete everything on Tick event -
Delete Object By Eventposted in Questions & Answers
Hello every one
I Have question
I have created so many object in on Init and on Tick event
How to I only delete object on the on Tick event not on Init?at the end of the day i delete everything but it also will delete object from on Init too, and i don't want it