Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
18
_module/nss/cnr_at_j_prevxp.nss
Normal file
18
_module/nss/cnr_at_j_prevxp.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
/////////////////////////////////////////////////////////
|
||||
//
|
||||
// Craftable Natural Resources (CNR) by Festyx
|
||||
//
|
||||
// Name: cnr_at_j_prevxp
|
||||
//
|
||||
// Desc: Changes to the previous journal menu page
|
||||
//
|
||||
// Author: David Bobeck 24May03
|
||||
//
|
||||
/////////////////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nMenuPage = GetLocalInt(oPC, "nCnrXpMenuPage") - 1;
|
||||
SetLocalInt(oPC, "nCnrXpMenuPage", nMenuPage);
|
||||
// the convo script will call "cnr_ta_j_topten" next
|
||||
}
|
||||
Reference in New Issue
Block a user