Difference between revisions of "User talk:Dwarduk"
Jump to navigation
Jump to search
imported>Dwarduk (Created page with "Testing my signature ~~~~") |
imported>Cipscis (→Form.HasKeyword: new section) |
||
Line 1: | Line 1: | ||
Testing my signature — [[User:Dwarduk|''<span style="font-family: 'Calibri', Sans-Serif;">dwarduk</span>'']] ([[User_talk:Dwarduk|T]]/[[Special:Contributions/Dwarduk|C]]) 17:40, 7 February 2012 (EST) | Testing my signature — [[User:Dwarduk|''<span style="font-family: 'Calibri', Sans-Serif;">dwarduk</span>'']] ([[User_talk:Dwarduk|T]]/[[Special:Contributions/Dwarduk|C]]) 17:40, 7 February 2012 (EST) | ||
== Form.HasKeyword == | |||
In Papyrus, forms can no longer be referred to directly by editorID. Instead, you need to make a property, and assign the form as the value of that property. For example: | |||
<source lang="papyrus">KeyWord property MyKeyWord auto</source> | |||
You can then use that property as a parameter of [[HasKeyword - Form|Form.HasKeyword]] | |||
-- [[User:Cipscis|Cipscis]] 18:05, 7 February 2012 (EST) |
Revision as of 18:05, 7 February 2012
Testing my signature — dwarduk (T/C) 17:40, 7 February 2012 (EST)
Form.HasKeyword
In Papyrus, forms can no longer be referred to directly by editorID. Instead, you need to make a property, and assign the form as the value of that property. For example:
KeyWord property MyKeyWord auto
You can then use that property as a parameter of Form.HasKeyword
-- Cipscis 18:05, 7 February 2012 (EST)