03-01-2009, 03:15 AM
Instead you'd have to use an array (like TempPlayer is used for player variables that aren't saved) so instead of Call PutVar(PlayerQuest1whatever) you'd do TempPlayer.quest or whatever and if you absolutely have to you can just make an INI to use.