Search found 89 matches
- Fri Aug 09, 2013 2:17 pm
- Forum: ADRIFT 5.0
- Topic: How do you add a training system?
- Replies: 32
- Views: 6615
Re: How do you add a training system?
Simple dicerolling a la dungeons and dragons is something I could see work. Picking up items along the way just to boot your dicerolling stats. When you encounter an enemy, you just roll with your modifiers versus their Armor Class. Pretty simple chance-based system. Could work. Anything more fancy ...
- Sat Aug 03, 2013 7:26 pm
- Forum: ADRIFT 5.0
- Topic: Problem with variables
- Replies: 12
- Views: 3173
Re: Problem with variables
MikeWrongman are you sure you are not referring to the "Score" variable?
Just checking.
Just checking.
- Sun Jul 21, 2013 2:23 pm
- Forum: ADRIFT 5.0
- Topic: Relative Locations Enhancement
- Replies: 41
- Views: 5967
Re: Relative Locations Enhancement
David, I can't understand why you would be so accusative of Campbell's reasons for doing his stuff. It feels like you are paying for Adrift, where it is actually *free* for us to use and written by Campbell in his spare time.
- Sat Jul 20, 2013 10:36 am
- Forum: ADRIFT 5.0
- Topic: Relative Locations Enhancement
- Replies: 41
- Views: 5967
Re: Relative Locations Enhancement
Imho *all* IF writing software are programming languages and ADRIFT is one of the softer ones. I just checked out Tads 3 (very hardcore programming language) and Inform 7 and Inform 7 is just another programming language in a friendlier prozaic jacket. But it still is.
- Sat Jul 20, 2013 9:52 am
- Forum: ADRIFT 5.0
- Topic: What are the Variables for Stats?
- Replies: 12
- Views: 1854
Re: What are the Variables for Stats?
I commend everyone's patience with UltraSSgod in this thread here. Awesome.
- Sat Jul 20, 2013 9:50 am
- Forum: ADRIFT 5.0
- Topic: Relative Locations Enhancement
- Replies: 41
- Views: 5967
Re: Relative Locations Enhancement
I can understand that "%Player%.Location.LocationTo(North).Characters.List" can look confusing. And I can also understand that you give up when you see that. But when I was checking out different IF writers I actually chose Adrift because it is the easiest to learn. Inform 7 for instance is a progra...
- Fri Jul 19, 2013 9:56 pm
- Forum: ADRIFT 5.0
- Topic: Please help me with this inexplainable bug!?
- Replies: 12
- Views: 3166
Re: Please help me with this inexplainable bug!?
Hey campbell, welcome back! Can you take a look at this bug? Saabie reproduced it and the other thread I'm linking to witnessed a similar bug. It's a pretty strange one, but very critical since it keeps popping up and seems impossible to get rid off...
- Thu Jul 18, 2013 8:14 pm
- Forum: ADRIFT 5.0
- Topic: Please help me with this inexplainable bug!?
- Replies: 12
- Views: 3166
- Thu Jul 18, 2013 8:13 pm
- Forum: ADRIFT 5.0
- Topic: Bug: Error executing subtask
- Replies: 5
- Views: 1217
- Wed Jul 17, 2013 4:13 pm
- Forum: ADRIFT 5.0
- Topic: Please help me with this inexplainable bug!?
- Replies: 12
- Views: 3166
Re: Please help me with this inexplainable bug!?
Hi Saabie,
thank you so much for your trial version. Maybe you can upload it as well?
@ Lazah, I'll just wait and hope that it gets fixed soon.
Cheers,
Pino
thank you so much for your trial version. Maybe you can upload it as well?
@ Lazah, I'll just wait and hope that it gets fixed soon.
Cheers,
Pino
- Mon Jul 15, 2013 4:09 pm
- Forum: ADRIFT 5.0
- Topic: Bug: Error executing subtask
- Replies: 5
- Views: 1217
Re: Bug: Error executing subtask
Deleting the M_Health line in M_Sabertooth Hare_Pre Combat solves the constant bug problem.
Reason is, that Sabertooth Victory automatically wins, since M_Health is <= 0.
So somehow, you have a problem in the sabertooth victory thing, I presume.
Hope this helps a bit.
Reason is, that Sabertooth Victory automatically wins, since M_Health is <= 0.
So somehow, you have a problem in the sabertooth victory thing, I presume.
Hope this helps a bit.
- Mon Jul 15, 2013 3:25 pm
- Forum: ADRIFT 5.0
- Topic: Please help me with this inexplainable bug!?
- Replies: 12
- Views: 3166
Re: Please help me with this inexplainable bug!?
Hi saabie,
thanks so much for looking at it! Do you have any idea when Campbell is back? Maybe you find something different in 24h
.
Cheers,
Pino
thanks so much for looking at it! Do you have any idea when Campbell is back? Maybe you find something different in 24h

Cheers,
Pino
- Mon Jul 15, 2013 8:49 am
- Forum: ADRIFT 5.0
- Topic: Please help me with this inexplainable bug!?
- Replies: 12
- Views: 3166
Please help me with this inexplainable bug!?
Hi people, this bug has driven me insane. I have spent hours and hours on this thing and I can't for the life of me figure out what is wrong. At some point I decided to just copy and paste the faulty code to a separate .taf to replicate the bug. Luckily, I have been able to. Unfortunately, I *still*...
- Sat Jul 13, 2013 6:01 pm
- Forum: ADRIFT 5.0
- Topic: The automatic combining of several outputs is a pain :(.
- Replies: 5
- Views: 827
Re: The automatic combining of several outputs is a pain :(.
Thanks vladmirangel. I have never used audio or audio loops, so I can't help you
.

- Sat Jul 13, 2013 6:01 pm
- Forum: ADRIFT 5.0
- Topic: my prob on long descriptions
- Replies: 8
- Views: 1747
Re: my prob on long descriptions
Yeah, just replace the waits with "press key's". That way, the people who want to let stuff sink in without a flood of text, can wait until they press the key. And the people who want to get through the game, will press keys like a maniac. And you can just use ... as a "press key" signal for the rea...