Base64 形式の str をビッグエンディアンとしてデコードした整数のinteger値を返します。
integer value = llBase64ToInteger("3q0AAA=="); // -559087616 と表示されます。 llOwnerSay((string)value);