ID:156028
Jan 12 2011, 8:55 am
|
|
How would I make so you can activate your bijuu and it would appear from behing and like an aura behind you, I have the icons but I just began learning to code. I need like a verb you press that you get an aura, and a bijuu appears behind you and just stays there and when you deactivate it, it disappears
|
Jan 12 2011, 9:08 am
|
|
What the hell is a Bijuu.
|
In response to Emasym
|
|
Should have not said bijuu.
But it's like a monster pretty much. |
In response to Emasym
|
|
hes talking bout naruto,a jinchuriki or w/e u call it
|
In response to MademanOne
|
|
Yeah
|
mob/verb/Activate_Demon() Let me know if that helps. |
obj |
In response to OrangeWeapons
|
|
works ^-^
but how would it work like you have to have the bijuu, and so it would pop out, sorry if it sounds like your spoon feeding me :| but you can give me some and I can figure the rest out |
In response to Atriosv3
|
|
you create a new object, and set its' location.
Ex. 1: mob/verb/Summon_1() There are most likley better ways to go about doing that, I never got too into looking into them though. |
In response to OrangeWeapons
|
|
Alright and I got an error. I'll edit this when I compile it again.
|
In response to Leggo my Wonder Waffle
|
|
Why are you using checks such as if(usr.Demon==1) while you can do if(usr.Demon)? For more information go here.
|