Spoiler
Just landed on the planet after the desert. I always get killed by the fur things. Regarding the log (scotty and chips) i can do something with the fries from the trash, but what?
[close]
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteQuoteHmm strange, I'll look into it. Is this a new problem with beta 5, or is it just the first time you've tried it with 2.8 ?
In Beta 5, when i make a new translation, language specific chars like äöüà Ÿ appear as a ? in the .trs file.
Quote
What is the exact error message?
Quote
It can be easily simulated with your own variable, but if people find it useful I could add it back?
QuoteQuoteHmm this should work, could you give an example of where it failed?
- sometimes charakter[Charaktername].dosomething was not converted to cCaraktername. When compiled i got an error for this. I could corrrect this by hand.
function room_a() {
if (character[ETHERIALNPC].Moving != 1) {
character[ETHERIALNPC].Walk(90, 150);
character[ETHERIALNPC].AddWaypoint(100, 180);
character[ETHERIALNPC].AddWaypoint(70, 220);
character[ETHERIALNPC].AddWaypoint(250, 200);
character[ETHERIALNPC].AddWaypoint(140, 180);
}
}
function repeatedly_execute() {
gLblhotspot.SetPosition(mouse.x, mouse.y);
lblHotspot.Text = Game.GetLocationName(mouse.x, mouse.y);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.035 seconds with 16 queries.