Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

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.

DWS\Pascal Script:

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; 

Python:

def BM(): --> ushort