Template:Plot
Jump to navigation
Jump to search
Link to a script command in the Plotscripting Dictionary.
Use Template:plotsec instead to link to a section in the dictionary, rather than a command.
There are two different ways in which this template can be used:
USAGE 1: {{plot|Display Name}}[edit]
The Display name is lowercased and spaces are trimmed to form the link name. This form can be used for almost all script commands, with only operators and a couple other commands as exceptions.
EXAMPLE: {{plot|wait}} becomes wait
EXAMPLE: {{plot|wait for NPC}} becomes wait for NPC
USAGE 2: {{plot|linkname|Display Name}}[edit]
EXAMPLE: {{plot|waitfornpc|wait for NPC}} becomes wait for NPC
EXAMPLE: {{plot|logicaland|&&}} becomes &&