|
To RPGirl Displaying 1-7 of 7 total.
1
Miggle
|
Great suggestion
irc.esper.net
/join #verge
/join #vchelp
If you have DSL or cable just leave irc open all the time.
Posted on 2001-07-04 01:58:38
|
RPGirl
|
???
I still don't know what's wrong. I made a zip file, maybe you guys can figure it out...
I want the entity to walk around the designated zone, but when I activate it, I want it to talk to me, but it doesn't work. Alot of the time, I become the placed entity and the "gamer" just stands at it's designated point. Please help me!!
here is the zip file address:
http://freeload.homestead.com/_ksi0701961580417208/sailorlovelymoon/files/aiko.zip
Que Sera Sera, Whatever will be, will be.-Doris Day, "The Man Who Knew Too Much"
Posted on 2001-07-04 11:07:07
|
zero
|
nt foo!
-X3r0-
Posted on 2001-07-04 16:32:00
|
MetalSlug
|
hey i went to have a look at the zip file but it said "the zip file is damaged" mayb thats my downloading, even tho i tried a few times but it may be you have a faulty file.......i dont know just trying to help
Posted on 2001-07-04 17:14:06
|
Psalt
|
Hey just e-mail me a copy of the zip since it does not work from the net. (I assume it is under a meg after the zipping since you just stared.) Anyway, I'll take a look and fix what I see wrong. If I like what I see I think I could help you out with programming and stuff, I need to gain prominice in the community instead of just sitting around and working on things I don't release.
"Without pain one may not create beauty"
Posted on 2001-07-04 17:30:32
|
TheGerf
|
Had to get your attantion. ^_^ With what you have, system.vc can be empty. BTW, your download doesn't work...
// -- map.vc -- change map to whatever the map is named
// if it is start.map, change it to start.vc,
// test.map - test .vc, etc...
event { /* 0: Autoexec */
PaletteMorph(0,0,0,0,63);
SetPlayer( EntitySpawn(7,6,"AIKO.chr") );
}
event { /* 1: Talk to the Greeter entity */
UnPress(1);
while(!b1)
{
UpdateControls();
Render();
RectFill(0, (ScreenY-1)-(FontHeight(0)*3), (ScreenX-1), (ScreenY-1), 0);
GotoXY(0, (ScreenY-1)-(FontHeight(0)*3));
PrintString(0, "Hi, I'm the Greeter entity!");
ShowPage();
}
UnPress(1);
}
TheGerf, not just any gerf.
Posted on 2001-07-04 18:49:38
|
RPGirl
|
http://www.sailorlovelymoon.homestead.com/files/aiko.zip
Que Sera Sera, Whatever will be, will be.-Doris Day, "The Man Who Knew Too Much"
Posted on 2001-07-04 19:19:26
|
Displaying 1-7 of 7 total.
1
|
|