You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regardless of a script property or variable, Caprica v0.3.0 is not parsing decimal integer values with lead zeros as initializers correctly.
Papyrus Script:
Scriptname TestInitializer Extends Form
Int i7dc = 0007 Const
Int i8dc = 0008 Const
Int i124dc = 0124 Const
Int i7hc = 0x0007 Const
Int i8hc = 0x0008 Const
Int i124hc = 0x007C Const
The text was updated successfully, but these errors were encountered:
ForsakenShell
changed the title
Integer initializer values >7 expressed as decimal are compiled incorrectly if they have lead zeros
Integer initializer values expressed as decimal are compiled incorrectly if they have lead zeros
Nov 16, 2023
Regardless of a script property or variable, Caprica v0.3.0 is not parsing decimal integer values with lead zeros as initializers correctly.
Papyrus Script:
ASM output from Caprica v0.3.0:
The text was updated successfully, but these errors were encountered: