Difference between revisions of "SetActivateTextOverride - ObjectReference"
Jump to navigation
Jump to search
SetActivateTextOverride - ObjectReference (edit)
Revision as of 00:36, 29 November 2016
, 00:36, 29 November 2016→Examples
imported>Iceburg333 (Created page with "Category:Scripting Category:Papyrus '''Member of:''' ObjectReference Script Sets the full name of the given message to be this ref's activate text. == Syntax == <so...") |
imported>Cobalt027 |
||
Line 19: | Line 19: | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
; Change the activate prompt for the actor | ; Change the activate prompt for the actor | ||
SuperMutantRef. | SuperMutantRef.SetActivateTextOverride(TicklePromptMessage) | ||
</source> | </source> | ||
== See Also == | == See Also == | ||
*[[ObjectReference Script]] | *[[ObjectReference Script]] |