like this ?
- script Sample -1,{
OnWhisperGlobal:
callshop "<SHOPNAME>",<OPTION>;
end;
}
*callshop "<name>",<option>;
These are a series of commands used to create dynamic shops.
The callshop function calls a invisible shop (view -1) as if the player clicked on it.
For the options on callShop:
0 = The normal window (buy, sell and cancel)
1 = The buy window
2 = The sell window
what script you use ? show it..and briefly explain how you try to get it work or test it to ensure it is not working
at least let us know how to duplicate your problems...