The OP is showing "photo's not found"
It's because i changed the photo group name on photobucket, I'll get it fixed.
If you could post one of your property scripts, I could check if 2.44 can do it 'relatively', i.e. one script for all properties, and if not, I could see if there's a way to do that.
Here's an actual property script.
Enclave\The Green\05\Confirm
If
HasInventory [player] [goldpieces] [<] [168000]
Then
MessageBox [Sorry, this property is 168,000 Aires.] [a=[Withdraw from bank?][Bank\Withdraw\Menu]]
Else
MessageBox [Purchase 5, The Green for 168,000 Aires?] [a=[Withdraw from bank?][Bank\Withdraw\Menu]]
Enclave\The Green\Purchase
If
HasInventory [player] [goldpieces] [<] [168000]
Then
MessageBox [Sorry, this property is 168,000 Aires.] [a=[Withdraw from bank?][Bank\Withdraw\Menu]]
Else
History [Enclave\The Green\05] [player] [+1]
History [Owns\House] [player] [+1]
History [Property\Income] [+168000]
History [Points] [+1680]
History [Enclave\House] [+1]
History [House Owned] [+1]
Inventory [player] [take] [goldpieces] [168000]
SetBlock [894,249,928] [Sign] [37]
SetText [894,249,928] [[gamertag]]
SetTexture [894,249,928] [2]
Notify [[gamertag] bought a house!] [global] [124,252,0]
Zone [Enclave\The Green\05] [builder=player]
Yes - I have a lot of history marks.
Yes - I'm incredibly organised, it's almost alphabetical order!
Good luck simplifying it.