Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 1 match

by cidacit
Mon May 19, 2008 3:38 pm
Forum: General Support
Topic: If clauses - how to?
Replies: 1
Views: 1006

If clauses - how to?

Hello,

how could I easily create if statements like:

Code: Select all

on event1
   if prog1_is_running
      do action1
   if prog2_is_running
      do action2
?

Regards,
t