Steve Jackson Games - Site Navigation
Home General Info Follow Us Search Illuminator Store Forums What's New Other Games Ogre GURPS Munchkin Our Games: Home

Go Back   Steve Jackson Games Forums > Roleplaying > GURPS > GURPS Character Assistant

Reply
 
Thread Tools Display Modes
Old 06-02-2017, 07:59 PM   #1
NightHawk
 
Join Date: Aug 2004
Location: Scarborough, ON Canada
Default Custom Ability Double response

While adding an Affliction to my new ability it asks 1. to name the affliction and then you get to select from a list...

I know how to respond "test" or respond 2 but how do i answer twice in a row...

I have tried respond "test" respond 2 but it doesn't seem to like this.
__________________
There was a beginning then an end then there was nothing but me!

Rules are like guidlines and are viewed differently depending on which side you are standing on!
NightHawk is offline   Reply With Quote
Old 06-02-2017, 08:12 PM   #2
Armin
GCA Prime
 
Armin's Avatar
 
Join Date: Aug 2004
Location: Portland, OR
Default Re: Custom Ability Double response

It's a list, so just comma separate the responses: respond "test, 2" should respond test to the first prompt and 2 to the second.
__________________
Armin D. Sykes | Visit my GCA5 blog for updates and previews. | Get GURPS Character Assistant 5 now at Warehouse 23.
Armin is offline   Reply With Quote
Old 06-02-2017, 08:20 PM   #3
NightHawk
 
Join Date: Aug 2004
Location: Scarborough, ON Canada
Default Re: Custom Ability Double response

Code:
My Ability, 0, displaycost(80), page(SU44),owns(yes), hides(yes), adds(_	
	AD:Affliction =6 with "Super, -10%, group(Power Modifier)" and "Aura, +80%" and "Elemental: Electricity, -10%" and "Melee Attack, -30%" respond "test,1"_
	), cat(Super,Abilities)
Gave it a try still double prompts
__________________
There was a beginning then an end then there was nothing but me!

Rules are like guidlines and are viewed differently depending on which side you are standing on!

Last edited by NightHawk; 06-02-2017 at 08:28 PM.
NightHawk is offline   Reply With Quote
Old 06-02-2017, 09:14 PM   #4
Armin
GCA Prime
 
Armin's Avatar
 
Join Date: Aug 2004
Location: Portland, OR
Default Re: Custom Ability Double response

Looks like it's not parsing the list correctly, so that's broken.

You'll have to work around it by using creates() and defining your affliction directly, instead.

I'm sorry about that, but I'll add it to the fix-it list.
__________________
Armin D. Sykes | Visit my GCA5 blog for updates and previews. | Get GURPS Character Assistant 5 now at Warehouse 23.
Armin is offline   Reply With Quote
Old 06-02-2017, 09:45 PM   #5
ericbsmith
 
ericbsmith's Avatar
 
Join Date: Aug 2004
Location: Binghamton, NY, USA. Near the river Styx in the 5th Circle.
Default Re: Custom Ability Double response

Code:
My Ability 1, 0, displaycost(80), page(SU44),owns(yes), hides(yes), adds(_	
	AD:Affliction (Foo) =6 with "Super, -10%, group(Power Modifier)" and "Aura, +80%" and "Elemental: Electricity, -10%" and "Melee Attack, -30%" respond "1"_
	), cat(Super,Abilities)
This version works fine.
__________________
Eric B. Smith GURPS Data File Coordinator
GURPSLand
I shall pull the pin from this healing grenade and...
Kaboom-baya.
ericbsmith is offline   Reply With Quote
Old 06-02-2017, 09:55 PM   #6
Armin
GCA Prime
 
Armin's Avatar
 
Join Date: Aug 2004
Location: Portland, OR
Default Re: Custom Ability Double response

Quote:
Originally Posted by ericbsmith View Post
Code:
My Ability 1, 0, displaycost(80), page(SU44),owns(yes), hides(yes), adds(_	
	AD:Affliction (Foo) =6 with "Super, -10%, group(Power Modifier)" and "Aura, +80%" and "Elemental: Electricity, -10%" and "Melee Attack, -30%" respond "1"_
	), cat(Super,Abilities)
This version works fine.
Thanks, Eric. I forgot you could include the name extension directly.
__________________
Armin D. Sykes | Visit my GCA5 blog for updates and previews. | Get GURPS Character Assistant 5 now at Warehouse 23.
Armin is offline   Reply With Quote
Old 06-02-2017, 10:48 PM   #7
NightHawk
 
Join Date: Aug 2004
Location: Scarborough, ON Canada
Default Re: Custom Ability Double response

Thanks guys that works
__________________
There was a beginning then an end then there was nothing but me!

Rules are like guidlines and are viewed differently depending on which side you are standing on!
NightHawk is offline   Reply With Quote
Old 06-03-2017, 11:10 AM   #8
NightHawk
 
Join Date: Aug 2004
Location: Scarborough, ON Canada
Default Re: Custom Ability Double response

Code:
 Gravity Control, 0, displaycost(260), page(SU44),owns(yes), hides(yes), adds(_
	AD:Control [Very Common](Gravity Control) with "Super, -10%, group(Power Modifier)" and "Ranged, +40%" respond 1_ 
	), cat(Super,Abilities)

Others worked fine but this one seems to reject the respond can you help with this one guys?
__________________
There was a beginning then an end then there was nothing but me!

Rules are like guidlines and are viewed differently depending on which side you are standing on!
NightHawk is offline   Reply With Quote
Old 06-03-2017, 11:28 AM   #9
ericbsmith
 
ericbsmith's Avatar
 
Join Date: Aug 2004
Location: Binghamton, NY, USA. Near the river Styx in the 5th Circle.
Default Re: Custom Ability Double response

That's because the other ones are using #InputToTagReplace to input the response into the Name Extension. This one actually inserts the response into part of the Name tag using an #InputReplace command. I'm afraid this one will require using the creates() tag instead of the adds() tag to create the Control Gravity advantage from scratch.
__________________
Eric B. Smith GURPS Data File Coordinator
GURPSLand
I shall pull the pin from this healing grenade and...
Kaboom-baya.
ericbsmith is offline   Reply With Quote
Old 06-03-2017, 01:51 PM   #10
NightHawk
 
Join Date: Aug 2004
Location: Scarborough, ON Canada
Default Re: Custom Ability Double response

Quote:
Originally Posted by ericbsmith View Post
That's because the other ones are using #InputToTagReplace to input the response into the Name Extension. This one actually inserts the response into part of the Name tag using an #InputReplace command. I'm afraid this one will require using the creates() tag instead of the adds() tag to create the Control Gravity advantage from scratch.
Good to know... Thanks Eric
__________________
There was a beginning then an end then there was nothing but me!

Rules are like guidlines and are viewed differently depending on which side you are standing on!
NightHawk is offline   Reply With Quote
Reply


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
Fnords are Off
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 02:57 PM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.