Tralu
|
V2K works different than V2, if you have V2 already. You have to put AutoExec() as a function in system.vc to tell Verge what it should do first. For instance, if you wanted to go to a map first thing, you would put:
AutoExec()
{
map("poopy.map");
}
in system.vc. Then, whenever you start Verge, it would go straight to poopy.map. Get it?
http://www.geocities.com/tatewaki_42/ - The Cyberwizards Realm
http://elfwood.lysator.liu.se/loth/c/r/cruz19/ - My Elfwood Gallery
Posted on 2000-12-23 15:45:25
|