Clear out experimental .35 files

Clear out experimental .35 files
This commit is contained in:
Jaysyn904
2024-02-11 13:04:14 -05:00
parent 2112b92e24
commit 618cd42b82
22356 changed files with 0 additions and 1248956 deletions

View File

@@ -1,22 +0,0 @@
//:://////////////////////////////////////////////
//:: Dynamic Conversation: Reply chosen
//:: dynconv_rep5_a
//:://////////////////////////////////////////////
/** @file
Runs the dynamic conversation script with
reply value 5.
@author Primogenitor
*/
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
#include "inc_dynconv"
void main()
{
object oPC = GetPCSpeaker();
_DynConvInternal_RunScript(oPC, 6); // Number passed is 1 greater than the actual, so that 0 can be used as a special case
}