トピック
Bean wolfcool360

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]
親投稿
Ed CPFace
Strings use the same boolean operations as numbers. So if you wanted to see if A$ is XYZZY: IF A$=="XYZZY" THEN ...
1そうだね
プレイ済み