Skip to content

Create new alert function to reduce duplicated code #5

Description

@sarahsturgeon

We use:

player:PrintMessage( 4, "Spawn Point unlinked" )

But instead maybe we should make an alert function like this:

local function alertPlayer( message )
    player:PrintMessage( 4, message )
end

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions