how to change getauto with xconf

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
Mandinga
Human
Human
Posts: 20
Joined: 01 Nov 2012, 11:10
Noob?: No

how to change getauto with xconf

#1 Post by Mandinga »

hello.
I need help to modify "getAuto" with xconf
whe I try "conf getAuto jellopy" openkore say: Config variable getAuto doesn't exist
and how do I change the labels of getAuto?

User avatar
SkylorD
Moderators
Moderators
Posts: 1167
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: how to change getauto with xconf

#2 Post by SkylorD »

getAuto_$id

For example, lets suppose i have 2 blocks :

getAuto Pants { #id = 0
condition1
condition2
}

getAuto T-Shirt { #id = 1
condition1
condition2
}

Command console : do conf getAuto_0_condition1 (Pants) , do conf getAuto_1_condition1 (T-Shirt)
Learn rules

Locked