Thread: Update 6.2
View Single Post
01/11/21, 12:59 PM   #14
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 171
Originally Posted by Phuein View Post
Just ran into an unexpected change that is probably a bug?

Code:
/script d(zo_strformat("<<i:1>>", 5))
Should return "5th" but instead returns "th". Can be fixed with:
Code:
/script d(zo_strformat("<<1>><<i:1>>", 5))
But definitely looks unintended.

Thanks for the heads up. I've got a bug in and will look into fixing this.
  Reply With Quote