Reintroduce the return value of llGiveMoney. The grid will crash and burn without it.

This commit is contained in:
Melanie
2013-01-24 18:23:39 +01:00
parent 9d2e832b85
commit e785242c49
3 changed files with 12 additions and 12 deletions

View File

@@ -208,7 +208,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Float llGetWallclock();
void llGiveInventory(string destination, string inventory);
void llGiveInventoryList(string destination, string category, LSL_List inventory);
void llGiveMoney(string destination, int amount);
LSL_Integer llGiveMoney(string destination, int amount);
LSL_String llTransferLindenDollars(string destination, int amount);
void llGodLikeRezObject(string inventory, LSL_Vector pos);
LSL_Float llGround(LSL_Vector offset);