Get your own free workspace
View
 

ChangeMoney

Page history last edited by Gamemaster 3 years, 11 months ago

 

ChangeMoney

Usage:

                ChangeMoney(Actor, Amount)

Description:

The ChangeMoney command adds the amount specified to the total money level of an actor. The amount is in base units (the lowest tier), and can be negative to take money away.

Example:

                Function Main()
                        ChangeMoney(Actor(), 5)
                        Output(Actor(), "You received 5 copper pieces!")
                        Return()
                End Function

Comments (0)

You don't have permission to comment on this page.