Search the Commands

Home  All  a  b  c  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z 

Details for command skillpointcount:
 
* skillpointcount;
 
Returns the total amount of skill points a character posesses (SkillPoint+SP's used in skills)
This command can be used to check the currently attached characters total amount of skillpoints.
This means the skillpoints used in skill are counted, and added to SkillPoints (number of skill points not used).

Examples:

> set @skillPoints, skillPointCount();
> mes "You have "+@skillPoints+" skillpoints in total!";
This will set the temp character variable @skillPoints to the amount of skillpoints, and then tell the player the value.

Valid XHTML 1.0 Strict Valid CSS!