mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-26 19:32:43 -05:00
= acts as a 'modify if' filter ! acts as a 'do not modify if' filter . acts as a 'set property to' to value !HeldItem=0 ^ do not modify if held item is zero =HeldItem=5 ^ only modify if held item is index 5 .Species=7 ^ set species to 7 !SID=666 .TID=666 ^ set TID to 666 if SID is not 666 .TID=666 !SID=666 ^ set TID to 666 if SID is not 666 (filtering can be after property settings) Run one 'batch modify' script at a time. |
||
|---|---|---|
| .. | ||
| Main.cs | ||
| Main.Designer.cs | ||
| Main.resx | ||
| MainPK3.cs | ||
| MainPK4.cs | ||
| MainPK5.cs | ||
| MainPK6.cs | ||