New to Simba and scripting, so I don't really get a lot. I've learned a few but this one stumps me. It's for Shorteh's AIO fighter.
Here it is: Function Bones:
I've put BuryBones: Boolean; and more but nothing is working! Help?
Here's the whole thing:
var
x, y: Integer;
Combat1, num1, num2, attnum, bonesInv, buriedBones, Bonecount, MAttacked:
////// CHOOSE TO BURY BONES //////
Function :BuryBones: Boolean;
begin;
result := true; //true to bury, false to not.
end;
const


Reply With Quote
