Is there a defined game url in the script somewhere?
A lot of my code uses things such as across multiple pages:
So once this action is submitted
Code:
$TableForm = new Form("multiform", "page/action", "post");
I would then be on mygameurl.com/page/action and then form would be shown again:
So if the form gets shown again using:
Code:
$TableForm = new Form("multiform", "page/action", "post");
I am now at mygameurl.com/page/action/page/action = ERROR
I rather not hard-code the URL.