dot big bang

Developer API
Menu
All
  • Public
  • Public/Protected
  • All

In this example we have set up a custom player that all players use. If you want to make your own player template you should ensure that the following scripts are on it.

  • Combat - Health
    • Allows you to configure hitpoints and respawn behavior
  • dbb_player_state
    • Saves data so players keep all of their currency and items

Other scripts that may be of interest to you are:

  • Flash When Damaged
    • Makes the player or enemy flash a color over a period of time when they take damage
  • Blob Shadow
    • Places a voxel object below the player or enemy and fades it out if they move into the air

You can read up on how to make a custom player here: Custom Player Template.