Skip to content

← Previous | Next →


serverLog

Description

Logs a message to the server console with the 'Action' tag for debugging purposes.

Basic information

Name Type Possibilities
serverLog both 1

Parameters

# Name Type Mandatory Description Multiple
1 string 1 No 1 No

Outputs

# Description
1 The only result is 1.

Example


  interaction 
    serverLog "Player entered area" "with ID" 12345 
      tell "Logging player entry to the server." 

  behaviour 
    nothing