i want to know how can I get my  value of char in config.txt
$config(char) is not available.
			
			
									
						
										
						how can I get my value of char in config.txt
Moderator: Moderators
- 
				kejiaweiren
 - Noob

 - Posts: 8
 - Joined: 01 Jun 2013, 10:01
 - Noob?: No
 
- 
				Raider
 - The Kore Devil

 - Posts: 672
 - Joined: 22 Feb 2013, 03:40
 - Noob?: No
 - Location: The Netherlands
 
Re: how can I get my value of char in config.txt
Do add a variable: do conf Quest1 "startquest"
To check the variable: eval $::config{Quest1} eq ("startquest")
			
			
									
						
										
						To check the variable: eval $::config{Quest1} eq ("startquest")