Heres a GS1 example that was a test for a sort of cinema we wanted to make (credit goes to TB3):
NPC Code:
//#CLIENTSIDE
if (playerenters) {
setstring this.url,;
setstring this.url,http://ew2.lysator.liu.se/pic/art/m/...fie_coler.jpg;
setstring this.url,http://damnit.org/jihad/SWF/chowmein.swf;
setstring this.url,http://damnit.org/jihad/SWF/endoftheworld.swf;
setstring this.url,http://damnit.org/jihad/SWF/allyoursmurf.swf;
openurl2 #s(this.url),-screenwidth,-screenheight;
}
If you want to convert it...more power to ya.