FEVAL

From SphereWiki
Revision as of 20:59, 28 November 2013 by XuN (talk | contribs) (Created page with "=Description= FEval is a function that returns the given value threating the last number as a decimal and removing it, the best example is to retrieve your skill points withou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

FEval is a function that returns the given value threating the last number as a decimal and removing it, the best example is to retrieve your skill points without decimals.

Usage

<spherescript "darkblue"> [function ShowAlchemy] alchemy=99.9 say Alchemy is: <feval <alchemy>> // This will say 'Alchemy is: 99', removing the last number (.9).