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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 08-16-2011, 11:08 PM   #27
ericbsmith
 
ericbsmith's Avatar
 
Join Date: Aug 2004
Location: Binghamton, NY, USA. Near the river Styx in the 5th Circle.
Default Re: GURPS Monster Hunters 1 - preliminary data file. Anyone want to finish it?

Quote:
Originally Posted by RobKamm View Post
I've been playing with the Commando template with an eye towards testing Eric's possible solution. Sadly, no, adding the aliaslist to the subsequent select list doesn't seem to work (but it doesn't crash the program, so that's something).
My guess would be you had a formatting problem. Here's a working test template that implements the solution I described.

Code:
<Character Templates>
_Test, 0,
		select1(text("Choose one:"), pointswanted(atleast 1), itemswanted(1),
			list(_
			%skillaliaslist%_
				)_
		),
	x(_
		#ChoiceList(_
				name(skill),
				title(Title),
				text(Please select one:),
				picksallowed(1),
				method(bynumber),
				list(_
						GroupA,
						GroupB_
					),
				aliaslist(_
					{"SK:Alchemy", "SK:Axe/Mace", "SK:Body Control"},
					{"SK:Computer Hacking", "SK:Herb Lore", "SK:Musical Influence"}_
					)_
				)_
		)
Note that with the current beta Armin has added the ability to have 5 additional Aliaslists, meaning you could have one for Advantages, Disadvantages, Skills, and still have 3 left over for other possible position dumps. If you think it would be a good idea to pursue writing the templates in this direction drop me a PM and we can discuss things in a lot more detail.



Quote:
Originally Posted by RobKamm View Post
I'm thinking that we'll have to use the alternative technique. Have a hidden attribute, call it MotivationalLensCount, that defaults to 0. Each lens then gives(+1 to ST:MotivationalLens). Then include a needs(ST:MotivationalLens = 1) in the character templates. This will leave an unfulfilled needs in GCA that can be picked up by the user by going in and selecting an appropriate lens from a separate list of templates.
To me it seems this can best be accomplished with a very simple needs check, which you used in the Actions data file:
needs((TE:Template A | TE:Template B | TE:Template C | 1 "TECAT:Character Template - Monster Hunters - Motivational Lens"))
__________________
Eric B. Smith GURPS Data File Coordinator
GURPSLand
I shall pull the pin from this healing grenade and...
Kaboom-baya.

Last edited by ericbsmith; 08-16-2011 at 11:14 PM.
ericbsmith is offline   Reply With Quote
 

Tags
monster hunters, ritual path magic


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 06:11 AM.


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