View Single Post
  #1  
Old 10-22-2014, 06:08 AM
Alex Miranda Alex Miranda is offline
Member
 
Join Date: Mar 2014
Posts: 21
load multiple scenarios

Is possible load multiple scenarios on only one code? For example:

If key == '1':
"Load scenario here"
elif key == '2':
"Load another scenario here"

Thx.
Reply With Quote