Feature a flag for "pickpocket was successful" please? it affects whether rave steal works

StDoodle

Minion
Wouldn't this have to be added into KoL itself, unless it were used in such a way as to break macrofication of CCS?
 

Rinn

Developer
Code:
[ global prefix ]
sub pilfer
    try to steal an item
    if !match "You deftly slip your fingers into your opponent's pocket and grab something."
        combo Rave Steal
    endif
endsub

[ default ]
call pilfer
attack with weapon
 
Top