Oh, so that was what you wanted... Well you can use a permanent variable, since it must be manually provided by the GMs..
You can work on this.. Remember to add additional checking if the guild matches the leader, etc..
geffen,195,72,3 script Guild Base Info 563,{
if(getgmlevel() > 1) {
mes "Input Guild";
input $GBGuild$[0]; //Remember to change index when using on a different NPC or else it will overwrite.
next;
mes "Input Owner";
input $GBOwner[0];
close;
}
else {
mes "Hello.. This base officially made for "+$GBGuild$[0]+" and the Guild Leader is "+$GBOwner$[0];
close;
}
}