Frictional Games Forum (read-only)
Nothing happens - 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: Nothing happens (/thread-14287.html)

Pages: 1 2


RE: Nothing happens - Your Computer - 03-27-2012

(03-27-2012, 07:13 PM)SilentStriker Wrote: Cool I just learn't something new Smile So when ever you use a callback you just write (string &in, int) and it should work? Smile

Yeah; plus, if the parameters aren't going to be used anyway, why give them names?


RE: Nothing happens - SilentStriker - 03-27-2012

(03-27-2012, 07:49 PM)Your Computer Wrote:
(03-27-2012, 07:13 PM)SilentStriker Wrote: Cool I just learn't something new Smile So when ever you use a callback you just write (string &in, int) and it should work? Smile

Yeah; plus, if the parameters aren't going to be used anyway, why give them names?
That's true Smile But I guess you need to write the parameters if you are using them in a script for example asItem etc?




RE: Nothing happens - Saren - 03-27-2012

What a lovely conversation..... which dose'nt seem to help me.... hahahaa xD



RE: Nothing happens - Your Computer - 03-27-2012

(03-27-2012, 09:32 PM)Saren Wrote: What a lovely conversation..... which dose'nt seem to help me.... hahahaa xD

Well, it sounds like you're using a non-Amnesia monster. According to you the callback is being called, just the monster isn't being activated. So, if you're looking for help with the script, if the callback is being called, then there's no need to modify the script. So, you should be going through the usual debugging steps, like looking in the hpl.log for clues, making sure the name of the entity is correct, making sure the entity was made properly, etc.


RE: Nothing happens - Saren - 03-27-2012

(03-27-2012, 09:49 PM)Your Computer Wrote:
(03-27-2012, 09:32 PM)Saren Wrote: What a lovely conversation..... which dose'nt seem to help me.... hahahaa xD

Well, it sounds like you're using a non-Amnesia monster. According to you the callback is being called, just the monster isn't being activated. So, if you're looking for help with the script, if the callback is being called, then there's no need to modify the script. So, you should be going through the usual debugging steps, like looking in the hpl.log for clues, making sure the name of the entity is correct, making sure the entity was made properly, etc.
Well yea I did, the names have been checked, they match eachother and so on.... and yes, I'm using the infected guy from Penumbra... but it should works since I have the dog as well and it's working so... yea