Only two Errors to solve then i can publish :D Akt1
There are two Errors or Problems in Akt1
1. I can only read the text once of "Interactive Sign " (From FlowGUI). If i read another text for example of a second sign and go back to the first sign then it shows me the text of the last sign i read. The same if i change the map
2. If i am dead i can´t go back to the start menue.
(i included in my player script
if self.alive==true then
.
.
else
if (window:KeyHit(Key.Enter)) then
-- go back to start menu
changemapname="start"
end
if this is solved i can publish.
0 Comments
Recommended Comments
There are no comments to display.