View Single Post
  #2  
Old 02-03-2014, 12:55 PM
yak9utpro's Avatar
yak9utpro yak9utpro is offline
Approved Member
 
Join Date: Jan 2014
Location: on earth... i think
Posts: 27
Default

well it is possible in Java and generally every lunguage i know to have triggers but the GUI for this some times is difycult to be built (simplyfied code c++ )
{if int a = 0
int b = 1}


when (a) is set to 0 by an action and if there is a command triggered by (b) = 1

another simplyfied code for the command
{if b = 1
squadron3 scramble}
the difycult thing here is mostly the GUI
__________________
Reply With Quote