When trying to use the following code:
Code: Select all
<quad posn="-164 57 0" sizen="330 15" style="Bgs1" substyle="BgTitle3_2"/>
Code: Select all
background="0"/background="1"
An example of my code:
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<manialink version="1" background="1" navigable3d="0">
<timeout>0</timeout>
<quad posn="-164 57 0" sizen="330 15" style="Bgs1" substyle="BgTitle3_2"/>
<script><!--
while(True) {
foreach(Event in PendingEvents) {
if (Event.Type == CGameManialinkScriptEvent::Type::KeyPress) {
if(Event.CharPressed == "2424832") //F1
OpenLink("http://localhost:8080/test1.xml", ::LinkType::Goto); // -> refreshes
}
}
yield;
}
--></script>
</manialink>
with kind regards,
w1lla