Healers?
Author | Topic: Healers? |
---|---|
Infiltrator
Member # 169
|
written Monday, April 5 2004 15:53
Profile
I can't seem to find a way to start a healer shop. It's probably something perfectly obvious that I'm overlooking, but could someone tell me how to do this? (I have a PC, not a Mac, so I can't look at the included scenarios.) Posts: 422 | Registered: Tuesday, October 16 2001 07:00 |
The Establishment
Member # 6
|
written Monday, April 5 2004 16:31
Profile
Actually you need to code healers in. Look at the sample dialogue scripts provided with the game to give you lots of examples on how to do it. It should be at the end where he has: code = . . . break; -------------------- Your flower power is no match for my glower power! Posts: 3726 | Registered: Tuesday, September 18 2001 07:00 |
Warrior
Member # 1505
|
written Monday, April 5 2004 18:38
Profile
There is no "hero shop" per se; you have a dialog node that asks the play to select a character, then you use restore_pc() (or something like that) on them. -------------------- -Newtfeet Posts: 151 | Registered: Saturday, July 13 2002 07:00 |
Law Bringer
Member # 2984
|
written Wednesday, April 7 2004 14:02
Profile
Homepage
That should finally give designers the opportunity to include 'pay per HP' healers... :) Unless the call for restoring HP does not allow for a specific number of HP, which would seem irrational, but not unlikely (can't be bothered to read through the docs again. is it?) In any case, it'll be possible to make destoning, resurrecting or reviving (for stoned, dust, or dead PCs respectively) separate services that vary in price (unless I'm a fool and that was in Avernum 1-3 all along). [ Wednesday, April 07, 2004 14:04: Message edited by: Arancaytar ] -------------------- Encyclopaedia • Archives • Members • RSS [Topic / Forum] • Blog • Polaris • NaNoWriMo Look on my works, ye mighty, and despair. I have a love of woodwind instruments. Posts: 8752 | Registered: Wednesday, May 14 2003 07:00 |
Warrior
Member # 1505
|
written Wednesday, April 7 2004 14:32
Profile
quote:Yes, you can restore a certain amount of health. quote:Possible, yes, but not intuitive. You can't make dialogue or dialog boxes display a number as part of a string, which makes it harder. -------------------- -Newtfeet Posts: 151 | Registered: Saturday, July 13 2002 07:00 |