Introduction to Teamwork quest

Post Reply
Raddpuppy
Posts: 5
Joined: Sat Aug 11, 2012 3:56 pm

Introduction to Teamwork quest

Post by Raddpuppy » Mon Jan 07, 2013 7:47 pm

I'm trying to code the Intro to Teamwork quest but don't know the command to check party size and each party member's respective nation.

Is there a file that already keeps track of this information that I could just pull these variables from, or would I have to do something else to check this info for the quest?

Thanks.

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: Introduction to Teamwork quest

Post by bluekirby0 » Mon Jan 07, 2013 7:59 pm

Might have to throw together some new lua bindings for this. It is all available from the database (and memory) but I don't know of a way to check it from scripts offhand.

User avatar
demolish
Developer
Posts: 262
Joined: Thu Jul 26, 2012 7:12 am

Re: Introduction to Teamwork quest

Post by demolish » Wed Jan 09, 2013 4:36 pm

I am also trying to get this quest working and have been stuck on checking the party size and member's nations but unfortunately I am completely new to scripts and databases so I don't have much of an idea of what to look for :(
<Giblet[NewBrain]> kj with this first step would be fine on my shit
Click here for a guide on scripting missions.

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: Introduction to Teamwork quest

Post by bluekirby0 » Sat Jan 12, 2013 7:49 am

Added some functions that should help: http://code.google.com/p/onetimexi/source/detail?r=2237

Post Reply