SuperSamYT Posted November 3, 2016 Share Posted November 3, 2016 (edited) I'm working on a chapter in a mod I'm making and it just won't go on. Can someone look at my event assembler code thing that I made and tell me if it's something with it. Chapter 2 Escaping.txt Here's the nightmare info for the Chapter: Edited November 3, 2016 by SuperSamYT Quote Link to comment Share on other sites More sharing options...
CobyTheGoober Posted November 3, 2016 Share Posted November 3, 2016 It would be nice if you could provide more specific evidence, and maybe some screen shots/ video to know exactly what the problem is. It's hard to fix events without actually knowing what went wrong. Quote Link to comment Share on other sites More sharing options...
Zane Avernathy Posted November 3, 2016 Share Posted November 3, 2016 Name your thread something specific, give details, post EA's error messages. To fix your issue, add the lines #define BACKWARDS_COMPATIBILITY#define OLD_AI below your#define DISABLE_TUTORIALSAfter that, go into your EA folder, find EAstdlib.event and check to see if#ifdef _FE7_#ifndef _NO_FE7_DEFINITIONS_#ifdef BACKWARDS_COMPATIBILITY#include "EA Standard Library/FE7 Definitions_Old.txt"#else#include "EA Standard Library/FE7 Definitions.txt"#endif#endif#endifhas the underscore between Definitions and Old. If not, add it. If so, you should be fine. Quote Link to comment Share on other sites More sharing options...
SuperSamYT Posted November 3, 2016 Author Share Posted November 3, 2016 (edited) Name your thread something specific, give details, post EA's error messages. To fix your issue, add the lines #define BACKWARDS_COMPATIBILITY #define OLD_AI below your #define DISABLE_TUTORIALS After that, go into your EA folder, find EAstdlib.event and check to see if #ifdef _FE7_ #ifndef _NO_FE7_DEFINITIONS_ #ifdef BACKWARDS_COMPATIBILITY #include "EA Standard Library/FE7 Definitions_Old.txt" #else #include "EA Standard Library/FE7 Definitions.txt" #endif #endif #endif has the underscore between Definitions and Old. If not, add it. If so, you should be fine. My EAstdlib.event doesn't have the #include "EA Standard Library/FE7 Definitions_Old.txt or even without the _ Edited November 3, 2016 by SuperSamYT Quote Link to comment Share on other sites More sharing options...
SuperSamYT Posted November 3, 2016 Author Share Posted November 3, 2016 It would be nice if you could provide more specific evidence, and maybe some screen shots/ video to know exactly what the problem is. It's hard to fix events without actually knowing what went wrong. I will next time sorry. Quote Link to comment Share on other sites More sharing options...
Zane Avernathy Posted November 4, 2016 Share Posted November 4, 2016 Which version of EA are you using? Quote Link to comment Share on other sites More sharing options...
SuperSamYT Posted November 4, 2016 Author Share Posted November 4, 2016 Which version of EA are you using? 9.10 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.