Originally Posted by Branvex
Can convert integer to string with the IntegertoString query

Code
<something that gets "_IntegerName">
...
AND
IntegertoString(_IntegerName, _StringResult) 
THEN
DisplayText(__Me, __StringResult);


Is this only available in the story scripting? I'm not able to find it in my charScript using ctrl+space.

I don't see it listed here either https://docs.larian.game/Character_and_Item_Script_Triggers,_Calls,_and_Queries