![]() |
[SCRIPT] [SOLVED] Disappear - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: [SCRIPT] [SOLVED] Disappear (/thread-26234.html) Pages:
1
2
|
[SOLVED] Disappear - Straxedix - 09-20-2014 Hello. I have one problem,with my script. There is no error found or anything but it just doesn't work... Spoiler below!
RE: Disappear - Radical Batz - 09-20-2014 Hmm what is exactly not working?... Like the whole script or just one thing? RE: Disappear - Straxedix - 09-20-2014 Nothing is working i enter area but...Nothing...BUT WHAT IS TOYING WITH ME IS THAT IT DOESN'T SHOW ANY ERROR EDIT:Infected is monster as you ALL know... RE: Disappear - Radical Batz - 09-20-2014 (09-20-2014, 07:37 AM)Straxedix Wrote: Nothing is working i enter area but...Nothing...BUT WHAT IS TOYING WITH ME IS THAT IT DOESN'T SHOW ANY ERROR So you're saying when you collide with the area, the function doesn't work?? Gimme a sec to solve this for ya ![]() Edit: Are the areas & monsters called the same as the script in the lvl editor? RE: Disappear - Straxedix - 09-20-2014 (09-20-2014, 07:39 AM)Mr. Badcatz Wrote:(09-20-2014, 07:37 AM)Straxedix Wrote: Nothing is working i enter area but...Nothing...BUT WHAT IS TOYING WITH ME IS THAT IT DOESN'T SHOW ANY ERROR I didn't saw your edit,sorry Yeah i checked monsters are fine and area is fine,i don't get it this is first time happening to me,btw i didn't even copy script i made it myself xD it tooks me srsly about 10 mins :D RE: Disappear - Radical Batz - 09-20-2014 Could you sent me the map and the script pls, I could get this working for you if that's fine. I used Addtimers on my own the first time and everything worked, so idk what's the prob. ![]() RE: Disappear - Straxedix - 09-20-2014 I can no problem,but i think you would not load it it has a custom models... RE: Disappear - Radical Batz - 09-20-2014 (09-20-2014, 08:06 AM)Straxedix Wrote: I can no problem,but i think you would not load it it has a custom models... Doesn't matter, I could use placeholders instead of the custom enemies, example: grunts, brutes..etc RE: Disappear - Straxedix - 09-20-2014 Then accept me on skype ? RE: Disappear - Radical Batz - 09-20-2014 (09-20-2014, 08:09 AM)Straxedix Wrote: Then accept me on skype ? No need for that if it's necessary, you could just sent them over on mediafire with a pm ![]() Hi I just loaded the map and there is no area called "look" since that's what the player is supposed to collide with! The only area I found is called "Start8" So if that's your colliding area then try this PHP Code: AddEntityCollideCallback("Player", "Start8", "LookMonsterIsComming", true, 1); Since the game cannot find "look" since there is no area called like that which causes nothing to work at all. |