| wolfpup67 Newbie
 
 
 Joined: 20 Feb 2007
 Posts: 4
 
 
 | 
			
			  |  Posted: Mon Mar 05, 2007 2:46 am 
 having a problem
 
 |  
				| OK. here is what i have: 
 scripted alias to test to see if i have enough exp to increase hp by 100
 
 
 
	  | Code: |  
	  | #math hpu @hm*(((@hm/100)-3)*2) #if ( @x > @hpu ) {train hp 100}
 |  
 now i want to expant it so that it also dose the same for mana and move
 pluse i want to be able to have it execute each time the promt is updated.
 now i tried using a triger set to the prompt but it locked up and would not
 let me do any thing. this code is in an alias and i have it being the last thing
 executed.
 |  |