I have a save file for a text based rpg. I can read a certain line from a text file, pulling from the inventory "Wool Shirt 1" (there are no quotes in the text file.), but how do i split that into two variables? So that x = "Wool Shirt" and y = 1
update: Nevermind i figured it out
Last edited by tuckerb2391; Sep 9th, 2012 at 05:14 PM.
Reason: Solved