Profile for The Immortal

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).

Recent posts

Pages

AuthorRecent posts
New Custom Art: Take a peek inside in General
BANNED
Member # 4
Profile Homepage #32
quote:
Originally written by Eldibs:

quote:
Starting to think I'm going to need a purpose-built image for berating TM.
I would like to recommend this image I found earlier at this site.

IMAGE(http://www.rbwc.org/hazel-00classic.JPG)
Rawr.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Movie Trivia Challenge: ROUND IV in General
BANNED
Member # 4
Profile Homepage #4
Ian McKellen in The Two Towers.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
overclocking in General
BANNED
Member # 4
Profile Homepage #6
I would think that one would just about do it.

EDIT: Wait, you were talking about overclocking. Nevermind.

[ Monday, November 28, 2005 20:17: Message edited by: Kasumetoru Sai ]

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Movie Trivia Challenge: ROUND III in General
BANNED
Member # 4
Profile Homepage #3
Angelina Jolie has large lips.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
ohmigod, Ohmigod, OHMIGOD!!! in General
BANNED
Member # 4
Profile Homepage #33
What Aran said, minus the smiley.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
dialog/special encounter problem in Blades of Avernum Editor
BANNED
Member # 4
Profile Homepage #8
You still don't have a check for the party's actual coins. Here:

// TOWN SCRIPT
// Town 2: New Town

// This is the special encounter script for this town.

begintownscript;

variables;

int choice;

body;

beginstate INIT_STATE;
// This state is called whenever this town is entered.
enable_add_char(0);
set_crime_tolerance(2);
break;

beginstate EXIT_STATE;
// Always called when the town is left.
message_dialog("You walk out of New Town, curious as to what adventures you can find!"," ");
break;

begingstate START_STATE;
// This state is called every turn the party is in this town.
break;

beginstate11;
reset_dialog();
add_dialog_str(0, "You see a beggar holding out a tin cup to you. _Could you please spare a few coins so I can eat?_" 0);
add_dialog_choice(0, "Yes I will. (Give him coins)");
add_dialog_choice(1, "Sorry, I don't have any myself.");
add_dialog_choice(2, "Back off old man and leave me alone!");
choice = run_dialog(0);
if (choice == 1) {
if(coins_amount() >= 10){
change_coins(-10);
message_dialog("He thanks you profusely and walks to the nearest bakery."," ");
}
else{
message_dialog("When he sees that you yourself don't have enough coins to give him, he looks rather ashamed of himself.","");
}
}
else if (choice == 2) {
message_dialog("He sighs and sulks away."," ");
}
else {
message_dialog("He spits in your face and walks away, muttering about how young people only think of themselves these days."," ");
}
break;
This way, if the party doesn't actually have 10 coins, it doesn't say that the party gives the beggar 10 coins.

Alternatively, you could call the change_coins() call and then check to see if the party has 0 or fewer coins afterwards- if so, then you can have the party give the beggar as many coins as they are able.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
dialog/special encounter problem in Blades of Avernum
BANNED
Member # 4
Profile Homepage #8
You still don't have a check for the party's actual coins. Here:

// TOWN SCRIPT
// Town 2: New Town

// This is the special encounter script for this town.

begintownscript;

variables;

int choice;

body;

beginstate INIT_STATE;
// This state is called whenever this town is entered.
enable_add_char(0);
set_crime_tolerance(2);
break;

beginstate EXIT_STATE;
// Always called when the town is left.
message_dialog("You walk out of New Town, curious as to what adventures you can find!"," ");
break;

begingstate START_STATE;
// This state is called every turn the party is in this town.
break;

beginstate11;
reset_dialog();
add_dialog_str(0, "You see a beggar holding out a tin cup to you. _Could you please spare a few coins so I can eat?_" 0);
add_dialog_choice(0, "Yes I will. (Give him coins)");
add_dialog_choice(1, "Sorry, I don't have any myself.");
add_dialog_choice(2, "Back off old man and leave me alone!");
choice = run_dialog(0);
if (choice == 1) {
if(coins_amount() >= 10){
change_coins(-10);
message_dialog("He thanks you profusely and walks to the nearest bakery."," ");
}
else{
message_dialog("When he sees that you yourself don't have enough coins to give him, he looks rather ashamed of himself.","");
}
}
else if (choice == 2) {
message_dialog("He sighs and sulks away."," ");
}
else {
message_dialog("He spits in your face and walks away, muttering about how young people only think of themselves these days."," ");
}
break;
This way, if the party doesn't actually have 10 coins, it doesn't say that the party gives the beggar 10 coins.

Alternatively, you could call the change_coins() call and then check to see if the party has 0 or fewer coins afterwards- if so, then you can have the party give the beggar as many coins as they are able.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
ohmigod, Ohmigod, OHMIGOD!!! in General
BANNED
Member # 4
Profile Homepage #22
...I feel like this whole thread is a massive joke that nobody got.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Beta Call for Magus of Cattalon in Blades of Avernum
BANNED
Member # 4
Profile Homepage #16
Got it. Will email as I play through it...

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
THE PEARL CONTEST BEGINS in Blades of Exile
BANNED
Member # 4
Profile Homepage #16
The Pearl Contest ends... ¬_¬

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
BoA Pages in Blades of Avernum
BANNED
Member # 4
Profile Homepage #4
And you can't chide a guy for the name he's born with.

Taking monikers made by the feet of cats, however...

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
ohmigod, Ohmigod, OHMIGOD!!! in General
BANNED
Member # 4
Profile Homepage #0
IMAGE(http://www.avernum.com/avernum4/images/Av4weblogo.jpg)
Avernum 4 has a new logo! Ohhhh man, someone catch me! I'm feeling faint! Ohhhhhhhhh~

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Beta Call for Magus of Cattalon in Blades of Avernum
BANNED
Member # 4
Profile Homepage #8
Thirteen outdoor sections?

...

Well, I suppose I'll just have to see.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Undead Topics Need Loving Too (aka "Give Me Your First-Born") in General
BANNED
Member # 4
Profile Homepage #832
quote:
Originally written by NaNoWriMo:

The deva was a typo (lack of sarcasm due to keyboard).


--------------------
人 た ち を 燃 え る た め に 俺 は か れ ら に 火 を 上 げ る か ら 死 ん だ
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Undead Topics Need Loving Too (aka "Give Me Your First-Born") in General
BANNED
Member # 4
Profile Homepage #829
quote:
Originally written by NaNoWriMo:

Didn't we have this discussion once or twice before in this thread? I'm getting a feeling of deva-vu (lack of accents and "j" key due to keyboard)


--------------------
人 た ち を 燃 え る た め に 俺 は か れ ら に 火 を 上 げ る か ら 死 ん だ
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Beta Call for Magus of Cattalon in Blades of Avernum
BANNED
Member # 4
Profile Homepage #2
1) Mac. OS 10.2.8
2) Terror's Martyr
3) I'll have to do it anyway, so yeah, no problem.
4) terrorsmartyr@wi.rr.com

Finally, another scenario.
I guess this means less pressure on my back.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Undead Topics Need Loving Too (aka "Give Me Your First-Born") in General
BANNED
Member # 4
Profile Homepage #825
Kasumetoru = Stealing
Sai = Rhinoceros

--------------------
人 た ち を 燃 え る た め に 俺 は か れ ら に 火 を 上 げ る か ら 死 ん だ
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Number words in English in General
BANNED
Member # 4
Profile Homepage #21
quote:
Originally written by Skippy the bush kangaroo:

Similarly, we say a car has a hundred and twenty killowatts
They're only killowatts if you get electrocuted.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Undead Topics Need Loving Too (aka "Give Me Your First-Born") in General
BANNED
Member # 4
Profile Homepage #821
掠め犀

--------------------
人 た ち を 燃 え る た め に 俺 は か れ ら に 火 を 上 げ る か ら 死 ん だ
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
We're All Pretty Elves RP in General
BANNED
Member # 4
Profile Homepage #0
Background information:

IMAGE(http://www.boardsnet.com/Legolas.jpg)

GO!

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Oh holy cwap, I've just quoted SBad, I'm horrible! in Blades of Exile
BANNED
Member # 4
Profile Homepage #5
Listen up, punk, if you think I'd touch H*R with a 31.5' pole, you've got another thing coming.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Oh holy cwap, I've just quoted SBad, I'm horrible! in Blades of Exile
BANNED
Member # 4
Profile Homepage #3
I'd link to homestar runner, but it blows.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
Number words in English in General
BANNED
Member # 4
Profile Homepage #1
1. Right.

2. The and is not only not essential, but also wrong. On the other side of the coin, you won't sound stupid for using it since many people do.

3. Nope. A hundred has to be written as either a hundred or one hundred.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
New Game!!! in General
BANNED
Member # 4
Profile Homepage #1
I win.

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00
New Game!!! in General
BANNED
Member # 4
Profile Homepage #0
Post here before this topic is closed.

GO!

--------------------
*
Posts: 6936 | Registered: Tuesday, September 18 2001 07:00

Pages