blob: 0dcd4d02a7b0126fdce64422a830c6c4b4f27c7c (
plain) (
tree)
|
|
//
009-2.gat,20,99,0 script Richard 161,{
callfunc "ClearVariables";
set @npcName$, "Richard";
callfunc "Banker";
close;
}
009-2.gat,19,99,0 script William 48,{
callfunc "ClearVariables";
openstorage;
mes "Come again!";
close;
}
|