mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-27 14:30:56 +00:00
a1ac548485
= 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. |
||
---|---|---|
.. | ||
PKM Editors | ||
Save Editors | ||
frmReport.cs | ||
frmReport.Designer.cs | ||
frmReport.resx | ||
SAV_Database.cs | ||
SAV_Database.Designer.cs | ||
SAV_Database.resx |