how can I get my value of char in config.txt

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

kejiaweiren
Noob
Noob
Posts: 8
Joined: 01 Jun 2013, 10:01
Noob?: No

how can I get my value of char in config.txt

#1 Post by kejiaweiren »

i want to know how can I get my value of char in config.txt
$config(char) is not available.
Raider
The Kore Devil
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

#2 Post by Raider »

Do add a variable: do conf Quest1 "startquest"
To check the variable: eval $::config{Quest1} eq ("startquest")