Difference between revisions of "Bethesda Tutorial Papyrus Events and Properties"

m
typo
imported>Jog
m (Not part of the category Script Objects)
imported>Electrosheep
m (typo)
Line 197: Line 197:
|-
|-
|align="center"|'''(akActionRef == myTrigger)'''
|align="center"|'''(akActionRef == myTrigger)'''
|This is our test condition. The '''"=="''' is a [[Papyrus_Glossary#L|logical operator]] which translates to "is equal to". In this case, it's telling the if statement to continue only if ''akActionRef'' and ''myTrigger'' are filled with he same reference.
|This is our test condition. The '''"=="''' is a [[Papyrus_Glossary#L|logical operator]] which translates to "is equal to". In this case, it's telling the if statement to continue only if ''akActionRef'' and ''myTrigger'' are filled with the same reference.
|-
|-
|align="center"|'''endIf'''
|align="center"|'''endIf'''
Anonymous user