i installed on runup2.6 did alot of reorganizing of files and i end up a page ful of errorrs

bs.MoveToWorld( new Point3D( p.X , p.Y - 7 , p.Z + 5 ), from.Map );
bs.HomeRange = 8;
bs.CreaturesName.Add( "HealerGuildmaster" );
bs2.MoveToWorld( new Point3D( p.X , p.Y - 7 , p.Z + 5 ), from.Map );
bs2.HomeRange = 8;
bs2.Count = 2;
bs2.CreaturesName.Add( "Healer" );

no definition for CreeaturesName?
citydeed.cs
 
it said no defnition for creeaturesname.. i checked assmly directivs... so i // all lines with creaturesname for the specified runes, and it worked..
i did not lik this set up unfortunatly,
it requires build a city hall and th city forms around it. it can be outside city limits.
i am looking for gov system fo existing cities..
found a playerrungov system in th forums, gonna try that one...
for t his one, i also tried changing creaturesname to various others like "a name" ... randomutility... xmlspawner.... it has no definition for that variable crreaturesname............ or just takee out the spawners from thee script and have them as add on...
nice script though took alot of thought to make this one!!!!!
 
Back