Generic Keyvalues, Inputs and Outputs/Inputs: Difference between revisions
Jump to navigation
Jump to search
SirYodaJedi (talk | contribs) m (fix RunScriptCode notes) |
m (Forward to Context page on AddContext input) |
||
Line 5: | Line 5: | ||
-->{{ScrollBox|title=Base|noscroll={{{noscroll|1}}} | -->{{ScrollBox|title=Base|noscroll={{{noscroll|1}}} | ||
|{{IO|AddContext|Adds to the entity's list of [[Response System|response contexts]]. | |{{IO|AddContext|Adds to the entity's list of [[Response System|response contexts]]. See [[Context|Context]].|param=string}} | ||
{{IO|[[AddOutput]]|Assigns a new keyvalue/output on this entity. For keyvalues, some rely on extra necessary code to be ran and won't work if its simply just changed through this input. There is a strict format that must be followed:{{ExpandBox|<syntaxhighlight lang="PowerShell"> | {{IO|[[AddOutput]]|Assigns a new keyvalue/output on this entity. For keyvalues, some rely on extra necessary code to be ran and won't work if its simply just changed through this input. There is a strict format that must be followed:{{ExpandBox|<syntaxhighlight lang="PowerShell"> | ||
// Format of changing KeyValues: "AddOutput [key] [value]" | // Format of changing KeyValues: "AddOutput [key] [value]" |