問題:
In the TLA Application I am writing a power trigger and the program does not let me add more than four clauses in a state. I have another trigger program that lets me define up to 8 clauses per state. What trigger program rule am I breaking?
答案:
Each state is made up of one or more clauses. If you use more than four trigger
event resources in a state, you can have up to four clauses per state. If you have
four or fewer trigger event resources in a state, you can define up to 16 clauses
per state.
常見問答集 ID 55851
檢視所有常見問答集 »