Thread: Racing
View Single Post
  #10  
Old 02-11-2006, 06:48 AM
someonesomewhere someonesomewhere is offline
hi
someonesomewhere's Avatar
Join Date: Mar 2005
Location: I think I took a wrong turn at Palshife...
Posts: 1,361
someonesomewhere is on a distinguished road
Hmm.
Alt+2=Current screen shot.
Alt+1=Screen shot of the entire level.
Alt+F4=Mega cheat code that gives you unlimited money. J/k, don't delete that please D:

Anyway, if I am correct, Dark suggested this before, when events were being discussed. Stefan, if I am correct twice, also said he liked the idea.

And I, if I want to be correct three times, liked the idea then, and still do.
I'll check out the level shortly.

EDIT: Dark, it would have been nice had you made an NPC that had the tileset. Now you're making me mess up my offline tiledefs; I was working on something to show to Icarus' staff

And the level is nice, but the area isn't wide enough. Remember, bikes are hard to control, so that'd be hard.

Make it, maybe twice or 1.5 times as wide, and add some obstacles in there, i.e. those blue barrels that are in Deathmatch and Iricia.

EDIT2: I spent some time and made something of my own. Just do what Dark's instructions said.
I also added an ET function to the start, just to see if I could. Just edit:
Quote:
// NPC made by Cor (Lost Souls)
if (created) {
}
if (playerchats&&strequals(#g, Events Team)) {
if(strequals(#c,start)) {
message 5;
sleep 1;
message 4;
sleep 1;
message 3;
sleep 1;
message 2;
sleep 1;
message 1;
sleep 1;
message GO!;
dontblock;drawunderplayer
}
}
To something that works for you.
Attached Files
File Type: nw zone_arctic-race2.nw (15.1 KB, 260 views)

Last edited by someonesomewhere; 02-11-2006 at 08:46 AM..
Reply With Quote