Smbx 1.4.5: Mistakes 5(fixed path 23)
Posted: 24 Sep 2019, 16:36
1)
When the player uses a boot (npc 35, 191 and 193) and jumps on npc 154 155 156 157 157.
2)
Death of npc 259 is missing.
3)
When the player is held by the claw (npc 357) the player must not enter a door / warp.
4)
An index greater than the array should fail
call redim(0,vt1,30)
v(c)=array(vt1(40))
add safe check for every array access will reduce execute efficiency, you should handle it by yourself. Again, you have A LOT OF ways to crash the game via script in runtime.
5)
The "\n" fails in the messages, causes the text to leave the text box, such as:
call showmsg ("Line up the pictures and get a prize! \n You only get one try.")
6)
Last question: Do you accept a private message? Once I read that Lx Xzit wrote to you in a post that "38A if you are reading this, look at your private messages." If I ever sent you a PM it would only be an npc teascript code.
Accept, but you MAY NOT get a reply.
7)
That when the level is being executed (Test level 1up F5) the Events and Scripts window cannot be entered as 1.4.4
it is a feature, you can enter the window but the content is readonly.
8)
When the level is executed that the content of the debugger be restarted (its black screen without any words, if any)
When the player uses a boot (npc 35, 191 and 193) and jumps on npc 154 155 156 157 157.
- Spoiler

2)
Death of npc 259 is missing.
- Spoiler

3)
When the player is held by the claw (npc 357) the player must not enter a door / warp.
4)
An index greater than the array should fail
call redim(0,vt1,30)
v(c)=array(vt1(40))
add safe check for every array access will reduce execute efficiency, you should handle it by yourself. Again, you have A LOT OF ways to crash the game via script in runtime.
5)
The "\n" fails in the messages, causes the text to leave the text box, such as:
call showmsg ("Line up the pictures and get a prize! \n You only get one try.")
- Spoiler

6)
Last question: Do you accept a private message? Once I read that Lx Xzit wrote to you in a post that "38A if you are reading this, look at your private messages." If I ever sent you a PM it would only be an npc teascript code.
Accept, but you MAY NOT get a reply.
7)
That when the level is being executed (Test level 1up F5) the Events and Scripts window cannot be entered as 1.4.4
it is a feature, you can enter the window but the content is readonly.
8)
When the level is executed that the content of the debugger be restarted (its black screen without any words, if any)