ID:266284
Nov 6 2001, 2:11 pm
|
|
how would is so this?
|
In response to Nadrew
|
|
i am not that gret at coding and i ask how do u make it so that when u click something it makes u buy stuff and i was wondering if you use an iput format (like at Login()) or would you use the basic usr<< output?
|
In response to King of Wind
|
|
King of Wind wrote:
i am not that gret at coding and i ask how do u make it so that when u click something it makes u buy stuff and i was wondering if you use an iput format (like at Login()) or would you use the basic usr<< output? You would have to use the switch proc there are two ways of using it: Way one: mob/Shopkeeper() Way two: mob/Shopkeeper These both do the same thing. |
In response to Nadrew
|
|
it is not workin
|
In response to King of Wind
|
|
King of Wind wrote:
it is not workin I never said that exact code would work it was a example of how to use the switch proc with input() I suggest you write the code for yourself. |
In response to Nadrew
|
|
it says proc definition not allowed inside another proc
|
That was a example of how to do it.