Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Chicken64 on Tue 24/03/2009 06:10:10

Title: Jumping module only for one room
Post by: Chicken64 on Tue 24/03/2009 06:10:10
Hi i'm a little new to AGS
I've got Benn's jumping module, it works perfectly as a new script, but if i put it in a room script, it does not work, anything i can do?
Title: Re: Jumping module only for one room
Post by: RickJ on Tue 24/03/2009 13:20:05
Quote
I've got Benn's jumping module, it works perfectly as a new script, but if i put it in a room script, it does not work,
Module's are not supposed to in a room script.   Import the module and then use the function calls it provides oni your room script.