SmileBASIC コミュニティトピックBean wolfcool3602015/10/24 04:52:48情報交換How would I make something happen if a string is a specific value? For example, Let's say I was making a text adventure, And I wanted the game to do something only if I typed said command. How would I do that?0そうだね 1返信プレイ済み2017/11/04 05:02:07に取得
SmileBASIC コミュニティ返信[1]親投稿Ed CPFace2015/10/24 4:56Strings use the same boolean operations as numbers. So if you wanted to see if A$ is XYZZY: IF A$=="XYZZY" THEN ...1そうだね プレイ済み2017/11/04 05:02:07に取得