I have an bug at my p-server .
When i insert function at an npc script ,npc don't work ,but when i installed serverfiles ,he is work good .
Function :
Code:
command ( "cube open" )
cube.start.0.script
Code:
say_title ( "Baek-Go" )
say ( "My text " )
say ( "My text" )
say ( "My text" )
say ( "My text" )
say ( "My text" )
wait ( )
setskin ( NOWINDOW )
command ( "cube open" )
How i can rezolv this problem ?