Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REGION.BUILDING[<idx>].Unterhalt ist immer 0 #26

Open
Nugman opened this issue May 29, 2022 · 0 comments
Open

REGION.BUILDING[<idx>].Unterhalt ist immer 0 #26

Nugman opened this issue May 29, 2022 · 0 comments
Assignees

Comments

@Nugman
Copy link

Nugman commented May 29, 2022

Ich iteriere über alle Gebäude einer Region und möchte den Unterhalt für das Gebäude übergeben. Unabhängig vom Typ des Gebäudes bleibt $unterhalt aber immer 0.
Alle anderen Attribute werden korrekt ausgelesen.

	$j=0
  	$m=REGION.BUILDING.SIZE
	#while $j<$m {
		$name=REGION.BUILDING[$j].Name
		$typ=REGION.BUILDING[$j].Typ
		$besitzer=REGION.BUILDING[$j].Besitzer
		$unterhalt=REGION.BUILDING[$j].Unterhalt
		
		#if $unterhalt>0 {
			$anzahl=UNIT[$besitzer].Anzahl
			$silber=$unterhalt+$anzahl*10
			GIB $besitzer $silber Silber
		}
		$j=$j+1
	}
vorlage.exe -v

Vorlage 1.7.6-96da0b5 [Build 576]
@gulrak gulrak self-assigned this Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants