This took me literally 5 minutes and this is on a very crappy laptop. The graphics are turned waaaaaay down.

gonna work on getting a vehicle in game and working next. Had it working once but lost it. Gonna try and get the vehicle real shiny and nice


Code: Select all
<body onLoad="exitbag();">
var player = 'last know hero";
function exitbag()
{
if (isinBag == 1)
{
player.inbag = false;
}
}