Difference between revisions of "SetName - Form"
Jump to navigation
Jump to search
→Examples
imported>Sagitarius22 |
imported>Sagitarius22 |
||
Line 29: | Line 29: | ||
; Bob is now named Bob Bobby! | ; Bob is now named Bob Bobby! | ||
endif | endif | ||
</source> | |||
<br> | |||
<source lang="papyrus"> | |||
; Set the form's name to be Sam, through a Reference Alias. | |||
VillagerAlias.GetReference().GetBaseObject().SetName("Sam") | |||
</source> | </source> | ||