what is the best overall way
-
localmotion34
- Enthusiast

- Posts: 665
- Joined: Fri Sep 12, 2003 10:40 pm
- Location: Tallahassee, Florida
what is the best overall way
i have RPG maker 2000,2003 and XP. i really want to create a phantasy star-like RPG game, and am wondering whether using these makers or PB would be easier. how do you make a tile-based RPG map? at least with RPG maker, all you have to do is design the maps and characters. but i know with PB, creating a game core from scratch is possible. any ideas or suggestions?
Code: Select all
!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
