I've made a script event.
and a
In the first event
It works perfectly :
but in the second it does not.
I THAS BEEN RESOLVED BY MYSELF (common event problem)
Code:
$game_system.add_shortcut('\c1',
'\nm[Zdravnik]\face[c4]\fl')
$game_system.add_shortcut('\c2',
'\nm[Kralj]\face[k1]\fl')
$game_system.add_shortcut('\c3',
'\nm[Porodniška babica]\face[c7]\fr')
$game_system.add_shortcut('\c4',
'\nm[Kraljica]\face[q1]\fr')
$game_system.add_shortcut('\c5',
'\nm[???]\face[m9]\fr')
and a
Code:
$game_system.face_graphic_position =
SIDE
$game_system.ums_mode =
FIT_WINDOW_TO_TEXT
In the first event
It works perfectly :
http://lh6.google.com/image/Smaug.Master/RemcEipqlOI/AAAAAAAAABM/haAhMMpODJE/one.JPG[/img]
http://lh6.google.com/image/Smaug.Master/RemcEipqlPI/AAAAAAAAABU/9NyEM1HA6Ns/two.JPG[/img]
I THAS BEEN RESOLVED BY MYSELF (common event problem)