|
发表于 2010-9-25 22:53:54
|
显示全部楼层
[edit] 大家可以無視這個回复.......
    Events
        Timer - Elapsed time is 10.0 Game Time seconds
    Local Variables
    Conditions
    Actions
        General - Switch (Actions) depending on (Random integer between 1 and 3)
            Cases
                General - If (1)
                    Actions
                        Trigger - Run Untitled Trigger 001  (Check Conditions, Don't Wait until it finishes)
                        General - Wait 10.0 Game Time seconds
                        General - If (Conditions) then do (Actions) else do (Actions)
                            If
                                (Random integer between 1 and 2) == 1
                            Then
                                Trigger - Run Untitled Trigger 002  (Check Conditions, Don't Wait until it finishes)
                                General - Wait 10.0 Game Time seconds
                                Trigger - Run Untitled Trigger 003  (Check Conditions, Don't Wait until it finishes)
                            Else
                                Trigger - Run Untitled Trigger 003  (Check Conditions, Don't Wait until it finishes)
                                General - Wait 10.0 Game Time seconds
                                Trigger - Run Untitled Trigger 002  (Check Conditions, Don't Wait until it finishes)
                General - If (2)
                    Actions
                        Trigger - Run Untitled Trigger 002  (Check Conditions, Don't Wait until it finishes)
                        General - Wait 10.0 Game Time seconds
                        General - If (Conditions) then do (Actions) else do (Actions)
                            If
                                (Random integer between 1 and 2) == 1
                            Then
                                Trigger - Run Untitled Trigger 003  (Check Conditions, Don't Wait until it finishes)
                                General - Wait 10.0 Game Time seconds
                                Trigger - Run Untitled Trigger 001  (Check Conditions, Don't Wait until it finishes)
                            Else
                                Trigger - Run Untitled Trigger 001  (Check Conditions, Don't Wait until it finishes)
                                General - Wait 10.0 Game Time seconds
                                Trigger - Run Untitled Trigger 003  (Check Conditions, Don't Wait until it finishes)
                General - If (3)
                    Actions
                        Trigger - Run Untitled Trigger 003  (Check Conditions, Don't Wait until it finishes)
                        General - Wait 10.0 Game Time seconds
                        General - If (Conditions) then do (Actions) else do (Actions)
                            If
                                (Random integer between 1 and 2) == 1
                            Then
                                Trigger - Run Untitled Trigger 002  (Check Conditions, Don't Wait until it finishes)
                                General - Wait 10.0 Game Time seconds
                                Trigger - Run Untitled Trigger 001  (Check Conditions, Don't Wait until it finishes)
                            Else
                                Trigger - Run Untitled Trigger 002  (Check Conditions, Don't Wait until it finishes)
                                General - Wait 10.0 Game Time seconds
                                Trigger - Run Untitled Trigger 001  (Check Conditions, Don't Wait until it finishes)
            Default |
|