Script: LoadSome
load 02_table_roll_def.tale
End Script
script: Attack with Damage
Roll on Melee Attack
Roll 2d6 + 3
end script
Script: "roll after load"
invoke LoadSome
invoke Attack with Damage
// Comments shouldn't break things anywhere, even when indented
end script