Version Number:
________________________________________________________________________
Location
________________________________________________________________________
Description:
Code: Select all
$text = "mickeymouselang"
ResearchBlock($t_ResearchItems[$itemName],$t_ResearchItems[$maxLvl],$t_ResearchItems[$startlvlRes],$text)
function ResearchBlock($name,$startResAmnt,$maxLvl,$thumbname)
{
*say $thumbname thumbname
Steps to Replicate:
This does not pass the text through to the function from the var containing a text. It works fine if i put the "mickeymouselang" in the place of $text on the function call, but not if i set a variable to "anytext" and use the variable in function call arguments.