Money
Usage:
Money(Actor)
Description:
The Money command returns the total amount of money an actor has. The amount returned is in base units (the lowest tier).
Example:
Function Main()
MyMoney = Money(Actor())
Output(Actor(), "You have " $+ MyMoney $+ " copper pieces!")
Return()
End Function
Comments (0)
You don't have permission to comment on this page.