Implement llTransferLindenDollars

This commit is contained in:
Melanie
2011-12-01 13:30:10 +01:00
parent 8f2d7881bd
commit 797982ee11
4 changed files with 93 additions and 0 deletions

View File

@@ -846,6 +846,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_LSL_Functions.llGiveMoney(destination, amount);
}
public LSL_String llTransferLindenDollars(string destination, int amount)
{
return m_LSL_Functions.llTransferLindenDollars(destination, amount);
}
public void llGodLikeRezObject(string inventory, LSL_Vector pos)
{
m_LSL_Functions.llGodLikeRezObject(inventory, pos);