トピック
Bunnehs Enderkikx

How do I make a simple RPG with Rpg Maker style battles and characters and stuff?

2そうだね
プレイ済み
返信[1]
親投稿
zag Tall-T
Sorry to say, but...you have to use code. Smile basic code , you have to learn it.
0そうだね
未プレイ
返信[2]
親投稿
zag Tall-T
You can't just ask how to make a game, you have to learn how.
0そうだね
未プレイ
返信[3]
親投稿
zag Tall-T
If you edit games, you will learn faster!
0そうだね
未プレイ
返信[4]
親投稿
zag Tall-T
Wen I 1st learned how to do code, I started of with Color 9:Locate 20.15:Print "anything you want" Try that!
0そうだね
未プレイ
返信[5]
親投稿
zag Tall-T
20,15 using locate
0そうだね
未プレイ
返信[6]
親投稿
zag Tall-T
Notes the (,) not a (.)
0そうだね
未プレイ
返信[7]
親投稿
TekeMan gameboyfan12345
(enter the code below word for word) spset 0,0 @move b=button() if b==1 then y=y-1 if b==2 then y=y+1 if b==4 then x=x-1 if b==8 then x=x+2 spofs 0,x,y vsync 1 goto @move
1そうだね
プレイ済み