Module commit
Module commit.
This commit is contained in:
12
_module/nss/pv_choose_item_1.nss
Normal file
12
_module/nss/pv_choose_item_1.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Name: pv_choose_item_1
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Sets the option we chose in the conversation
|
||||
window.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF, "PV_CONVO_OPTION_CHOSEN", 1);
|
||||
}
|
Reference in New Issue
Block a user