Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
17
_module/nss/cnr_at_b_sel_1.nss
Normal file
17
_module/nss/cnr_at_b_sel_1.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
/////////////////////////////////////////////////////////
|
||||
//
|
||||
// Craftable Natural Resources (CNR) by Festyx
|
||||
//
|
||||
// Name: cnr_at_b_sel_1
|
||||
//
|
||||
// Desc: This script is run by the cnr_c_recipebook convo
|
||||
// when the player chooses to view a recipe.
|
||||
//
|
||||
// Author: David Bobeck 08Jan03
|
||||
//
|
||||
/////////////////////////////////////////////////////////
|
||||
#include "cnr_recipe_utils"
|
||||
void main()
|
||||
{
|
||||
CnrRecipeBookDoSelection(1);
|
||||
}
|
||||
Reference in New Issue
Block a user