H heeheehee Developer Staff member Jul 3, 2015 #1 > ash foreach e in $effects[] if (to_int(e) == 1060) print(e) Chocolate Reign Chocolate Reign > ash print(to_int($effect[800]) + ": " + to_string($effect[800])) 800: Chocolate Reign Click to expand... This doesn't seem to affect $items[].
> ash foreach e in $effects[] if (to_int(e) == 1060) print(e) Chocolate Reign Chocolate Reign > ash print(to_int($effect[800]) + ": " + to_string($effect[800])) 800: Chocolate Reign Click to expand... This doesn't seem to affect $items[].
Veracity Developer Staff member Jul 3, 2015 #2 > ashq foreach eff in $effects[] if ( eff.to_string() == "Chocolate Reign") print( eff.to_int() ); 800 1060 Click to expand... Revision 16011
> ashq foreach eff in $effects[] if ( eff.to_string() == "Chocolate Reign") print( eff.to_int() ); 800 1060 Click to expand... Revision 16011
H heeheehee Developer Staff member Jul 3, 2015 #3 Oddly enough, this didn't affect Staff of Ed and other items with nonunique names. Thanks for the fix, though!
Oddly enough, this didn't affect Staff of Ed and other items with nonunique names. Thanks for the fix, though!