FutureProg functions

loadnpc

NPCs · computer function, computer program, standard futureprog

Character loadnpc(Number Id, Location Location)
Contexts: computer function, computer program, standard futureprog
This function loads an NPC from a specified template into a location.
Id: The Id of the NPC template to load
Location: The location into which they will be loaded

Character loadnpc(Number Id, Location Location, Text Layer)
Contexts: computer function, computer program, standard futureprog
This function loads an NPC from a specified template into a location.
Id: The Id of the NPC template to load
Location: The location into which they will be loaded
Layer: The layer into which to load the NPC

Character loadnpc(Text UniqueName, Location Location)
Contexts: computer function, computer program, standard futureprog
This function loads an NPC from a specified template into a location.
UniqueName: The unique name of the NPC template to load
Location: The location into which they will be loaded

Character loadnpc(Text UniqueName, Location Location, Text Layer)
Contexts: computer function, computer program, standard futureprog
This function loads an NPC from a specified template into a location.
UniqueName: The unique name of the NPC template to load
Location: The location into which they will be loaded
Layer: The layer into which to load the NPC

← Back to FutureProg functions