|
 |
Pretty Simple Answer actually :P
|
 |
|
|
 |
Posted 2008-09-26, 04:50 PM
in reply to Goodlookinguy's post starting "Meow, I think the code is \c[(Put a..."
|
 |
 |
 |
[QUOTE=Goodlookinguy;653933]Meow, I think the code is \c[(Put a number from 1-19 here without parenthesis)][QUOTE]
Yeah, its that. The one thing you need to remember is that if you want to put it back to white you need to put it back to 0 or 1 i belive. an item shop is easy, just do this:
/Text "Welcome to my shop! Would you like to see my wares?"
/Choice
Yes
Shop Processing:
Items Here
No
/Text "Ok then, Have a nice day!"
Something like that. It should work pretty easily after that, you can put extra fancy choices like what type of items you want to see, all you have to do is put another choice after saying yes saying:
"what type of items would you like to buy?" Then,
Choices: Weapons, Armor, Items, Potions.
and make seperate Shop Processings for each.
|
 |
 |
 |
|
|
|
|
|
|
|