RealmCrafter Wiki
Advertisement

Taken from the RealmCrafter: Standard documentation.

Script[]

// Default server startup script

// You may alter this script however you like

// The entry function for this script is always "Main"

// There is no actor or context actor for this script

Function Main()

CreateZoneInstance("Dark Lands")

Return()

End Function

Advertisement