- Timestamp:
- Mar 2, 2014, 4:35:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/packages/31000GlassBreakingMoves/patches/common/level0_Final/ONCC-.oni-patch
r965 r966 6 6 myBuilder.load($xmlData); 7 7 var elements = myBuilder.elements[0]; 8 9 // If ONCP doesn't exist, ignore it 10 if (!elements.childElement("ONCP")) 11 return; 8 12 9 13 // If there are no attacks in this TRAM, ignore it … … 28 32 particles.index + 1, 29 33 particles.level + 1); 34 35 // Update the global variable with the new XML 36 $xmlData = myBuilder.generateXML(); 30 37 </code>
Note:
See TracChangeset
for help on using the changeset viewer.