Graal Forums  

Go Back   Graal Forums > PlayerWorlds > Bomy Island Main Forum
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-06-2002, 06:39 AM
Flamingblaze Flamingblaze is offline
Banned
Flamingblaze's Avatar
Join Date: Oct 2001
Location: In my room
Posts: 1,029
Flamingblaze is on a distinguished road
Send a message via AIM to Flamingblaze Send a message via Yahoo to Flamingblaze
Yay im in the screenshot!

- Nefi
Reply With Quote
  #2  
Old 03-06-2002, 06:43 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
I am making a dancing thing...you will do something like this (terribly unfinished)

put that in a blank level and play (say "start" to start the dance)

NPC Code:

// NPC made by Supersonic
if (playerenters) {
toweapons -craftsys;
timeout=.05;
setarray this.craft,6;
randomize();
}
if (isweapon) {
if (playerchats) {
if (strequals(#c,Stop)) unset crafting;
if (strequals(#c,Start)) set crafting;
}
if (timeout) {
if (crafting) craft();
else no();
timeout=.05;
}
if (actionStartCraft) {
set crafting;
}
if (actionStopCraft) {
unset crafting;
}
function randomize() {
for (i=0; i<6; i++) {
this.craft[i]=int(random(0,4));
}
}
}
function craft() {
freezeplayer .05;
key=-1;
for (i=0; i<4; i++) {
if (keydown(i)) key=i;
}
if (key>-1) keys++;
else keys=0;
if (this.craft[this.num]=key && keys=1 && this.craft<6) this.num++;
if (this.num=6) new();
images();
}
function no() {
for (i=0; i<6; i++) {
hideimg i+200;
}
}
function images() {
tokenize @^ @< @V @>;
for (i=0; i<6; i++) {
showimg i+200,#t(this.craft[i]),(screenwidth/2)-240+(80*i),(screenheight/4)*3;
if (this.num>i) changeimgcolors i+200,1,0,0,1;
else changeimgcolors i+200,1,1,1,1;
changeimgvis i+200,4;
}
}
function new() {
randomize();
this.num=0;
}

Reply With Quote
  #3  
Old 03-06-2002, 06:52 AM
Providence_Admin3 Providence_Admin3 is offline
Banned
Providence_Admin3's Avatar
Join Date: Sep 2001
Location: here
Posts: 3,216
Providence_Admin3 is on a distinguished road
I am #9 on the Konquence records.
Reply With Quote
  #4  
Old 03-06-2002, 07:59 AM
funnylinkwantsbomys funnylinkwantsbomys is offline
Omi New
funnylinkwantsbomys's Avatar
Join Date: Mar 2001
Location: ohio
Posts: 2,116
funnylinkwantsbomys is on a distinguished road
Send a message via AIM to funnylinkwantsbomys
i are #2
__________________

"Microwave a piece of cheese for 40secs and eat it. Yum." -Funnylink
Reply With Quote
  #5  
Old 03-06-2002, 08:18 AM
Phenom1K Phenom1K is offline
Registered User
Join Date: Dec 2001
Location: Somewhereoffthecoastof, Paradise
Posts: 138
Phenom1K is on a distinguished road
Send a message via AIM to Phenom1K Send a message via Yahoo to Phenom1K
This game is pretty boring.
__________________
The following is a message brought to you in part by JR

The procedding was a message brought to you in part by JR
Reply With Quote
  #6  
Old 03-06-2002, 08:56 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Wow, Kon, you finished it fast. I should really spend some time on mine...
__________________
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:06 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.