you are the man,thxn stalin
edit : my sfall globals for perks numbers around 7000,think it is worth the effort to transfer over to arrays?
edit 2: late but Gonna Give example
here ....
edit 3:will this procedure cause problems if called repeatedly?
edit : my sfall globals for perks numbers around 7000,think it is worth the effort to transfer over to arrays?
edit 2: late but Gonna Give example
here ....
edit 3:will this procedure cause problems if called repeatedly?
Code:
procedure GetPerkValue(variable PerkArrayName, variable ArrayLocation) begin
variable ArrayName := load_array(PerkArrayName);
return ArrayName[ArrayLocation];
end
Attachments
Last edited: