Please, refrain from making multiple words inside the same inverted commas, rather use: "bring","me","to","thais" instead, another detail, make sure to set Price inside the conditions instead of the actions, the CountMoney function is not going to check any money because the variable is not assigned prior to this function call.
You can use the function
Ruby:
CreateContainer(CONTAINER_ID, ITEM_ID, DATA)
Just place it along side the actions within the NPC behavior structure, example:
Ruby:
"backpack" -> CreateContainer(1988,2006,10), "Here you are!"