Get your own free workspace
View
 

Race

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

 

Race

Usage:

                Race(Actor)

Description:

The Race command returns the name of an actor's race (e.g. Elf or Human).

Example:

                Function Main()
                        MyRace = Race(Actor())
                        Output(Actor(), "Your race is " $+ MyRace)
                        Return()
                End Function

Comments (0)

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