プレイ日記
DerpTias SneekATTACK11
QUESTION--------------------------- I need help with this. how can i make it so it will rather do -10 or -12? Randomly
1そうだね
プレイ済み
返信[1]
親投稿
Alex MrCashews
Try something like this: IF SKBATK$=="HIT" THEN 'simulate flipping a coin COIN=RND(2) IF COIN==0 THEN 'do one thing ELSE 'do the other thing ENDIF ENDIF
0そうだね
プレイ済み
返信[2]
親投稿
Hanzo rzsense
SKB=SKB-10-2*RND(2)
0そうだね
未プレイ