Skip to content

Commit

Permalink
Merge pull request #1778 from GioVAX/document_F
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle authored May 24, 2020
2 parents 68bf935 + e16bb39 commit 432657f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions SpeechResponder/Help.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,18 @@ Common usage of this is to provide further information about your rating, for ex

You have been promoted {ExplorationRatingDetails("Surveyor").rank} times.

### F()

This function is used inside a script to invoke another script.

F() takes a single parameter that is the name of the script to invoke.

One example of its use is in the script for the event `Trade Promotion`:

You have been recognised for your trading ability, {F("Honorific")}.

Here the call to script `Honorific` will generate the right title for the player, according to their allegiance.

### FactionDetails()

This function will provide full information for a minor faction given its name.
Expand Down

0 comments on commit 432657f

Please sign in to comment.