50107=custom/buildingproperties.js
50108=custom/propertyuse.js
50109=custom/propertyupgrade.js
Next, add the following code to global.js within the onlogin function:
if (!pChar.npc && !pChar.HasScriptTrigger(50107))
{
pChar.AddScriptTrigger(50107);
}
{
pChar.AddScriptTrigger(50107);
}
The Sweet Dreams Inn is set up for renting rooms.
The guild hall by the stables is commented out as an example.
Empty houses around Britain are set up for sale.