Difference between revisions of "Statement Reference"

1 byte added ,  01:11, 3 June 2019
m
no edit summary
imported>Rasikko
(→‎If Statement: added another example)
imported>Teapare
m
 
Line 13: Line 13:
<br>
<br>
<source lang="papyrus">
<source lang="papyrus">
; Create a float variable name seconds that starts with a default value
; Create a float variable named seconds that starts with a default value
float seconds = CurrentTimeInMinutes() * 60.0f
float seconds = CurrentTimeInMinutes() * 60.0f
</source>
</source>
Anonymous user