ID:180289
 
Ok, Im haeving trouble assigning certain verbs to different races in my game. I've added all my Super Saiyan Verb for my gaem but I wont only Saiyans to be able to use them, but when I play as a android or Namek, the Super Saiyan commands show up. How do I asign the Super Saiyan commands to just the Saiyan race. Thanks for time and I really appreciate the help.
On 7/26/01 6:42 pm Tatakau wrote:
Ok, Im haeving trouble assigning certain verbs to different races in my game. I've added all my Super Saiyan Verb for my gaem but I wont only Saiyans to be able to use them, but when I play as a android or Namek, the Super Saiyan commands show up. How do I asign the Super Saiyan commands to just the Saiyan race. Thanks for time and I really appreciate the help.

I'll make an exception for your DBZ game...

mob
Saiyan
verb
Super_Saiyan()
Namek
verb
Super_Namek()
Android
verb
Super_Android()

These would only show up for certain dealies.
On 7/26/01 6:42 pm Tatakau wrote:
Ok, Im haeving trouble assigning certain verbs to different races in my game. I've added all my Super Saiyan Verb for my gaem but I wont only Saiyans to be able to use them, but when I play as a android or Namek, the Super Saiyan commands show up. How do I asign the Super Saiyan commands to just the Saiyan race. Thanks for time and I really appreciate the help.




Heres what the code Im using looks like.

mob/verb/SSJ() // transform into a Super Saiyan//
set src = usr
name = "Super Saiyan"
icon = 'SSJ1 Goku.dmi'
In response to Vortezz
On 7/26/01 6:43 pm Vortezz wrote:
On 7/26/01 6:42 pm Tatakau wrote:
Ok, Im haeving trouble assigning certain verbs to different races in my game. I've added all my Super Saiyan Verb for my gaem but I wont only Saiyans to be able to use them, but when I play as a android or Namek, the Super Saiyan commands show up. How do I asign the Super Saiyan commands to just the Saiyan race. Thanks for time and I really appreciate the help.

I'll make an exception for your DBZ game...

mob
Saiyan
verb
Super_Saiyan()
Namek
verb
Super_Namek()
Android




I tried the code u gave me and there weren't any error but the verb tab didn't show up. Could u help me out
verb
Super_Android()

These would only show up for certain dealies.
In response to Tatakau
On 7/26/01 8:19 pm Tatakau wrote:
I tried the code u gave me and there weren't any error but the verb tab didn't show up. Could u help me out
verb
Super_Android()

Did you write that EXACTLY?

If so, then BYOND doesn't know what the Super_Android() is supposed to do.. Although you may wish so, BYOND isn't a DBZ game maker.

You need to write what the Super_Android verb will do.
In response to Vortezz
On 7/26/01 8:23 pm Vortezz wrote:
On 7/26/01 8:19 pm Tatakau wrote:
I tried the code u gave me and there weren't any error but the verb tab didn't show up. Could u help me out
verb
Super_Android()

Did you write that EXACTLY?

If so, then BYOND doesn't know what the Super_Android() is supposed to do.. Although you may wish so, BYOND isn't a DBZ game maker.

You need to write what the Super_Android verb will do.


Thanks for ur help, I'll see if Icant work around with it and get it to work.
In response to Tatakau
also, try this:

set category = "Verbs"