Initial commit. Updated release archive.
This commit is contained in:
17
_module/nss/kj_od_feedback1.nss
Normal file
17
_module/nss/kj_od_feedback1.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
/*
|
||||
Displays a One Liner response to a plot door
|
||||
being unable to be opened.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Kevin Jernigan
|
||||
//:: Created On: 08/26/2003
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF, "KJ_L_FEEDBACK",7) ;
|
||||
SpeakOneLinerConversation();
|
||||
ActionDoCommand(SetLocalInt(OBJECT_SELF, "KJ_L_FEEDBACK",0));
|
||||
|
||||
}
|
Reference in New Issue
Block a user