Asterix Gaming Guild Logo GeneralXXLXXL 2XXL 3Olympic GamesXXL SpeedrunningXXL Romastered SpeedrunningXXL 2 SpeedrunningXXL 2 Remaster SpeedrunningOlympic Games SpeedrunningRecent StratsOther Asterix GamesOther GamesAsterix MediaSpoofy GoofsCreative ShackVideosHelpBot SpamRetro GamesModdingStreamsPatchesModsToolsResourcesDownloadsWikiUnfair XXLCaesar's ChallengeIntroductionsVC TextAnnouncementsVillage GatesRulesFeedback

#help

Martyste Tendertail
You should always have a backup of it
Martyste Tendertail
Download GameModule.elb:
Direct Download

Ćuka
Oh yes, it worked!
Ćuka
Thanks Marty!
Ćuka
Btw, have you listened to that "Ć" letter how is pronouced? When I sent yesterday?
Ćuka
@Martyste Tendertail
Martyste Tendertail
resend it in some format I can read plz
rubinho146
Use audacity
yarnfang
^
Bread
Anyone online with some Java knowledge? :) @here
NoTeefy
@Bread <- former J2EE dev
Bread
Perfect! :)
NoTeefy
I‘m already in bed though. I can only help by writing 🙈
Bread
Math.pow(x,y) is supposed to calculate the power of x and y
Bread
And that works
NoTeefy
yes
Bread
However in combination with mod (%) things get really messed up
Bread
```java public void test() { double c; c=Math.pow(8,13) % 77; System.out.println("Result should actually be 45. However it is "+c); } ```
Bread
This is an example
Bread
The output is 50.0 .-.