Rinn
Developer
There seem to be several thing left out of the macro generated from my ccs. No combos make sense because I'm not a disco bandit, but I'm unsure why the macro is only trying to cast summon hobo underling then skipping ask the hobo to tell you a joke. The hobo monkey match doesn't get added either.
Here's my ccs
	
	
	
		
And here's the generated macro
	
	
	
		
Is there something I'm doing incorrectly or does my ccs look reasonable?
				
			Here's my ccs
		Code:
	
	[ default ]
special action
attack with weapon
[ giant's castle ]
section pilfer
special action
special action
special action
section hobo outfit
skill summon mayfly swarm
combo Rave Nirvana
combo Disco Nirvana
combo Rave Concentration
section hobo monkey
attack with weapon
[ global prefix ]
scrollwhendone
[ hobo monkey ]
while !pastround 20
    if match "climbs up and sits on your shoulder, and hands you some Meat. Huh, where did he find that?"
        goto monkeyDone
    endif
    item spices
endwhile
mark monkeyDone
[ hobo outfit ]
skill summon hobo underling
skill ask the hobo to tell you a joke
[ 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
		Code:
	
	Generated macro:
sub mafiaround
endsub#mafiaround
sub mafiamp
    if hascombatitem 3697
        call mafiaround; use 3697
        goto mafiampexit
    endif
    if hascombatitem 465
        call mafiaround; use 465
        goto mafiampexit
    endif
    if hascombatitem 1965
        call mafiaround; use 1965
        goto mafiampexit
    endif
    if hascombatitem 1788
        call mafiaround; use 1788
        goto mafiampexit
    endif
    if hascombatitem 466
        call mafiaround; use 466
        goto mafiampexit
    endif
    if hascombatitem 345
        call mafiaround; use 345
        goto mafiampexit
    endif
    call mafiaround; use 347
    mark mafiampexit
endsub#mafiamp
#mafiaheader
scrollwhendone
pickpocket
if hasskill 7052
    call mafiaround; skill 7052
endif
if hasskill 7024
    call mafiaround; skill 7024
endif
while !pastround 20
    mark mafiafinal
    call mafiaround; attack
    goto mafiafinalIs there something I'm doing incorrectly or does my ccs look reasonable?
 
	 
 
		
 
 
		 
 
		