BM
Returns reagent type: Blood Moss ($0F7B)
Normally, that should be a simple constant, not function. But due to backwards compatibility it should be keeped as function.
function BM : Word;
DWS\Pascal Script Example:
procedure recallRB(RBID : Cardinal; RuneNumber : Integer);
begin
if (Count(BP) > 0) and (Count(MR) > 0) and (Count(BM) > 0) then
begin
//...recall work here
end
else
begin
AddToSystemJournal('Need more reagents!');
Halt;
end;
end;
def BM(): --> ushort