Ok, another little crazy, lol. 
So before I go down this rabbit hole, just let me know if it's possible. The rules roll the Disable Device skill into the craft skill category. So first thought is a loop to find anything that would modify the Disable Device skill and then add that to the whole craft category.
Any thoughts, possible or run away quickly lol.
What I am working with is only part of the script. I need to find away to loop for any skill modifiers.
post att 10000
foreach pick in hero where "Helper.SkCatCraft"
eachpick.field[Bonus].value += #skillbonus[skDisable]
nexteach
This seems to work! Yea!
				
			So before I go down this rabbit hole, just let me know if it's possible. The rules roll the Disable Device skill into the craft skill category. So first thought is a loop to find anything that would modify the Disable Device skill and then add that to the whole craft category.
Any thoughts, possible or run away quickly lol.
What I am working with is only part of the script. I need to find away to loop for any skill modifiers.
post att 10000
foreach pick in hero where "Helper.SkCatCraft"
eachpick.field[Bonus].value += #skillbonus[skDisable]
nexteach
This seems to work! Yea!
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							