Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - maraki_ang3l

#1
I have finally finished my game and when I run it,I can play it properly.Now I compiled it in order to built the .exe
When i tryin g to rum my exe it says

Error :pack_fopen:unable to change datafile :not found: C:\Documents....\Compiled\music.vox


I have to mention that I don't know what this is because it is created aften the compile.I am guessing something with music
:'(
#2
I have a character who is following my main character but in some rooms i don't want to follow me.What would you suggest me to do?

I have a glocal variable and if that is 1 then he follows me and i put it in the fuction rep_ex  but even if I don;t put that if in the rooms that i don't want to appear the second character,he appears   :o

Any suggestions?
#3
I have my main character entering one room and there  it exists a second character who is walking right left all the time my code is the following :

function room_AfterFadeIn()
{
   cSecond.LockView(13);
   cSecond.Animate(0, 9, eRepeat, eBlock, eForwards);
 
}



function room_RepExec()
{
 cSecond.Walk(43, 449, eBlock, eWalkableAreas);
 cSecond.Walk(959, 449, eBlock, eWalkableAreas);
}

I want my main character to be able to work while the second is walking so I put eBlock,but with the eblock my second character is not walking.

If i put eNoBlock then the second character walks but i have the cursos with the clock...

Any ideas? :)
#4
I read in an older post how to click and drag pieces in oder to complete a puzzle but it was too old and the scripting language has changed i imagine.
Well in my game I have 8 pieces placed in my room , as objects and need to place them  correct .
First I want to be able to hold them with the left button and then to place them at the correct hotspot.
Can anyone help me with the scripting? :)
#5
I am not sure if i am wrighting at the right section but i would like to ask something that is not quite clear to me.
Can i make the dialogs of my game in my own languege and not in english ang how am I going to achieve something like that?

Thank you very much
#6
Advanced Technical Forum / Error
Wed 20/05/2009 21:39:11
Please everything was going when i took this awful message :

An internal error has occured .Plesa note down the following information.

Error:prepare_script :error -18 (no such fuction in script)trying to run '' (Room1))

I can't do my work what does this mean???   :-[
#7
Hello i would like to make a question ,it's obviously my first game and in my inventory my first item is on top of the other.
I can't think of any solution and i would appreciate some help.

Thanks in advance  ;)
SMF spam blocked by CleanTalk