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.
Introduction to Teamwork quest
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Introduction to Teamwork quest
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.
Re: Introduction to Teamwork quest
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
Click here for a guide on scripting missions.<Giblet[NewBrain]> kj with this first step would be fine on my shit
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Introduction to Teamwork quest
Added some functions that should help: http://code.google.com/p/onetimexi/source/detail?r=2237