![]() |
Eye of the Nile Docs
Everything you need to know to get started!
|
Add this script to any object which you want custom Anubis jokes for when the player dies to it. For example, this is used on fire to make Anubis tell a fire pun after you burn to death.
Documentation updated 9/15/2024
Public Member Functions | |
string | GetRandomJoke () |
Public Attributes | |
string[] | customAnubisJokes = new string[1] |
Stores the possible jokes that Anubis can tell. These can be added in the Unity Editor. | |
string CustomDeathMessage.GetRandomJoke | ( | ) |
Returns a random joke from the array of custom jokes added in the Unity Editor.
string [] CustomDeathMessage.customAnubisJokes = new string[1] |
Stores the possible jokes that Anubis can tell. These can be added in the Unity Editor.