mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 10:47:17 -05:00
Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
void main()
|
||||
{
|
||||
SpeakString("CONVERSATION");
|
||||
|
||||
object oPC = GetLastSpeaker();
|
||||
|
||||
// Repeat the string said
|
||||
string sSaid = GetMatchedSubstring(0);
|
||||
|
||||
SpeakString("CONV. " + GetName(oPC) + " said: " + sSaid);
|
||||
|
||||
if(sSaid == "exit")
|
||||
{
|
||||
SpeakString("EXIT");
|
||||
SetPlotFlag(OBJECT_SELF, FALSE);
|
||||
DestroyObject(OBJECT_SELF);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user