Dinisk
DinisK
- 89
- Posts
- 8
- Years
- Seen Apr 27, 2019
Currently, my script is working, but I would like it to come to life (it takes the values of spritebehave. In one tutorial it is said to use this level. But I have difficulty using it. When I go to the map, I 'catch'
qaf or black screen. To start my script.the second level has a function to set a face. on the spritebehave account, I don't know. but I'm using level 03 05 interesting for me
#org @start
compare 0x4011 0x1
if 0x3 call @01
If 0x2 call @02
end
#org @01
spritebehave 0x13 0x16 //I need him to move
movesprite 0x13 0xb 0x5
msgbox @1 0x2
end
#org @02
spritebehave 0x13 0x2
movesprite 0x13 0x4 0x14
msgbox @2 0x2
end
#org @1
= Only a trainer can cross the\ngrass, but as I see you do not\lhave a Pokemon.
#org @2
= I advise you to train all Pokemon\none by one, but do not use one\lsuper powerful one, because you\lcan meet an opponent who will\lhave an advantage like a Pokemon.
qaf or black screen. To start my script.the second level has a function to set a face. on the spritebehave account, I don't know. but I'm using level 03 05 interesting for me
![[PokeCommunity.com] lvl script 03/05 not working. [PokeCommunity.com] lvl script 03/05 not working.](https://i.imgur.com/FIwUWKx.png)
#org @start
compare 0x4011 0x1
if 0x3 call @01
If 0x2 call @02
end
#org @01
spritebehave 0x13 0x16 //I need him to move
movesprite 0x13 0xb 0x5
msgbox @1 0x2
end
#org @02
spritebehave 0x13 0x2
movesprite 0x13 0x4 0x14
msgbox @2 0x2
end
#org @1
= Only a trainer can cross the\ngrass, but as I see you do not\lhave a Pokemon.
#org @2
= I advise you to train all Pokemon\none by one, but do not use one\lsuper powerful one, because you\lcan meet an opponent who will\lhave an advantage like a Pokemon.