SmileBASIC コミュニティプレイ日記Ep17 EmPx172016/08/27 02:01:01How do i make a program where it prints how much ammo i have and when i push L it make the amount of ammo lower? (like its shooting) The code in the screenshot is just a test thing.3そうだね 5返信プレイ済み2017/11/04 03:02:38に取得
SmileBASIC コミュニティ返信[1]親投稿Josiah Spike42016/8/27 2:54Do this IF AMMO>0 && (BUTTON(2) AND #L) THEN AMMO=AMMO-12そうだね プレイ済み2017/11/04 03:02:38に取得
SmileBASIC コミュニティ返信[2]親投稿Ep17 EmPx172016/8/27 3:26Ok, thanks Im not that good with variables.1そうだね プレイ済み2017/11/04 03:02:38に取得
SmileBASIC コミュニティ返信[3]親投稿Ep17 EmPx172016/8/27 7:03Like this? It says syntax error in line 71そうだね プレイ済み2017/11/04 03:02:38に取得
SmileBASIC コミュニティ返信[4]親投稿bill r10l122016/8/27 7:10nice color scheme!!!1そうだね プレイ済み2017/11/04 03:02:38に取得
SmileBASIC コミュニティ返信[5]親投稿Josiah Spike42016/8/27 9:59Put the if ammo and then ammo lines together.0そうだね プレイ済み2017/11/04 03:02:38に取得