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.
|
mob/verb/Activate_Demon() Let me know if that helps. |
obj |
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 |
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. |
Why are you using checks such as if(usr.Demon==1) while you can do if(usr.Demon)? For more information go here.
|