1
Mega Tokyo AGI Archive / Re:NEW RELEASE: "Enclosure"
« on: September 02, 2004, 04:33:10 AM »
Well, is there anything in his room that you couldn't do before?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
'the quest for the record deal' & 'the journey of chef' made me laugh and 'lost eternity' made me wonder what just happened (in a good way)! congrats, chad.I'm judging these games in a catagorial way, so now EVERYONE'S a winner!

if (isset(f5)) {
load.pic(v0);
draw.pic(v0);
discard.pic(v0);
show.pic();
animate.obj(o1); //Player Portrait
load.view(3);
set.view(o1,3);
position(o1,8,50);
}
else{return();}
statsheet:
if (!isset(f17)) {
goto(getname);
}
else {
goto(hasname);
}
return();
getname:
text.screen();
status.line.off();
set(f17);
prevent.input();
get.string(s1,"What is your name?\n\n My Name Is: ",1,10,16);
set.string(s2,"");
if (compare.strings(s1,s2)) {
set.string(s1,"Rachley");
}
graphics();
goto(statsheet);
return();
hasname:
reset(f17);
set.text.attribute(0,15);
display(4,16,"%s1");
set.text.attribute(15,0);
draw(o1);
v70 = 0;
if (controller(c34)) { //F8
if(v70 == 0){ //Portrait loop no.
v70++;
set.loop(o1,1);
return();
}
if(v70 == 1) {
v70++;
set.loop(o1,2);
return();
}
if(v70 == 2){
v70++;
set.loop(o1,3);
return();
}
if(v70 == 3){
v70++;
set.loop(o1,4);
return();
}
if(v70 == 4){
v70++;
set.loop(o1,5);
return();
}
if(v70 == 5){
v70++;
set.loop(o1,6);
return();
}
if(v70 == 6){
v70 = 1;
set.loop(o1,1);
return();
}
}
return();
// Messages
#message 1 "What is your name?\n\n My Name Is: "
#message 2 ""
#message 3 "Rachley"
#message 4 "%s1"
It's probably a blatant bug in there, but I don't see it. If it makes me look stupid, please be nice about it.
Both Wizaro and Caitlyn's destiny was also inspired from Serguei's destiny.Heh, even I forgot about Wizaro... and I made it!
No more Trogdor?Oh, Trogdor'll be in there in the actual game.Put him in there somewhere as a joke, but not explicit, as the runes look way better than that Trogdor-card from yesterday
//Input
if(said("rock","me","boxers")){
print("Oh, that r0x0rs my b0x3rs.");
}
note that there is a comma between words.
SMF 2.0.19 |
SMF © 2021, Simple Machines
Simple Audio Video Embedder
Page created in 0.041 seconds with 20 queries.