Questions
Author | Topic: Questions |
---|---|
Warrior
Member # 5802
|
written Wednesday, December 28 2005 15:55
Profile
Ok, So im makeing a scenario and i have some questions. 1. Is there any code that lets me take the items of a party and returning them sometime in the scenario? 2. Is there a code that takes an item from the party? Thanks for any help -Archmage Mycroft -------------------- If Skribbane dosn't kill me, canisters will. "You suck." - TM Posts: 156 | Registered: Wednesday, May 11 2005 07:00 |
Warrior
Member # 5274
|
written Wednesday, December 28 2005 16:03
Profile
Most of the code you need should be listed under the item calls page. Typically the char_take_item(short which_char_or_group,short which_item); call can be used to remove the item, and the char_give_item(short which_char_or_group,short which_item) call can be used to give it to your party. This wiki may be helpful. http://en.wikibooks.org/wiki/Blades_of_Avernum_Script_Reference#NPCs_Joining_Party_Calls -------------------- I assume my reputation for arrogant presumption precedes me Posts: 107 | Registered: Thursday, December 9 2004 08:00 |