Software:Universal Client
Version Number:
________________________________________________________________________
Location
________________________________________________________________________
Description:
This test script:
Event("AccessBuilding", "14")
{
*say $gBuildingAccessNum
*say $gBuildingInvestment
*addtoinvestment $gBuildingAccessNum 1000
*say $gBuildingInvestment
}
Yields this result
4
0
1000
running it a 2nd time yields this:
4
1000
2000
The command is working and the $gBuildingInvestment is showing different vales due ot the command.
But when accessing the building itself, the investment shows as 0
________________________________________________________________________
Steps to Replicate: