i'm wondering if it's possible to post data with maniascript?
i know it's possible to set the url tag of controls with url="POST(manialink?nope)" but i would like to open a link via maniascript with data attached via POST
Code: Select all
OpenLink("POST(manialink?nope)", CMlScript::LinkType::Goto);

the opened url keeps being manialink?nope and not only manialink
thanks in advance!