ID:168940
Aug 12 2005, 9:36 am
|
|
Can someone tell me how to make it that when you get the required powerlevel for SSJ it makes a SSJ verb appear in a category and says you learned SSJ? Thanks.
|
Aug 12 2005, 9:38 am
|
|
Yulp.
|
In response to Ol' Yeller
|
|
Would this work also. Just...A bit more complicated..
if(src.pl>=10000) I figure SOMETHING like that would work. |
In response to WindShock
|
|
WindShock wrote:
Would this work also. Just...A bit more complicated.. > if(src.pl>=10000) I figure SOMETHING like that would work. Not really. mob/proc/GOSSJ() |
In response to N1ghtW1ng
|
|
Of course, without using some type of system to tell whether or not they've already gone it is a different story.
|
In response to Teh Governator
|
|
but for that wouldnt u just need a proc like 'supersaiyan' or 'supersaiyan 2', etc. then if u get the powerlevel it asks the game if he has super saiyan already or if he is 'supersaiyan = 1' or = TRUE or whatever. and if he is, then it ignores giving him the verb and if hes not then it gives it to him
|
In response to Oblivon_2
|
|
Not a proc & I personally wouldn't go with using seperate variables for each transformation. Use an associative list - it works best.
**Edit** Oh ya, almost forgot to show how to use the Check_Super_Form proc. **Edit** mob |
In response to Teh Governator
|
|
ah.. nice idea man, good work.
|