|
From: Master C <mc2...@wa...> - 2004-07-26 19:24:57
|
Hi , my name is Mc.
I work on a RPG named MekaWolrd(screenshot coming soon) with Sphere =
1.1097.
There are 2 bugs that stop me in developement in Map Mode (sorry for =
mistakes, im french).
1st bug :
For exemple :
In a person script youve :
SetPersonDirection(person,"south");
Speak("HI !!!");
SetPersonDirection(person,"north");
Speak("Hi again !!");
On screen, the person will speak and after will change direction.
All mouvement command are executed after all the other script.
Is it normal ? (I mean : Is it normal in this sphere version)
This bug only appear on new map i've created.
But some old map , this bug doesn't appear.
2nd bug : the UpdateMapEngine() shutdown the engine and the game.
I tryed to create map in other sphere version but it still bug.
Is it my computer ?
Thanks for reply.
|