ID:162750
Dec 1 2007, 12:53 pm
|
|
Ok, my game has no map, and text-based and I have it where you can click a verb and selection infomation about the mob your about to fight. After you pick all your info, how would you make the mob spawn and the battle begin?
|
Dec 1 2007, 1:10 pm
|
|
That is an incredibly loaded question. Do you already have a battle system? How do you select the mob to fight?
|
In response to Garthor
|
|
proc/arena() |
In response to Lundex
|
|
You put </DM> at the end of code posted on the forum, not <DM>.
Anyway: StartBattle() would have to take an argument, which is the mob to fight. spawn() is definitely not to be used here, instead, you'd want to do var/mob/NPC/leafnin1/N = new() Then, StartBattle(N). |
In response to Garthor
|
|
Ok, but it still didn't work, think you could go though my battle code?
mob |