|
ondrovic Beginner
Joined: 22 Feb 2002 Posts: 25 Location: USA
|
Posted: Tue Mar 12, 2002 10:17 pm
xp |
As you probably know i play med
i want to create a script that calculates your xprate and stuff i am not rally sure how to put it into words but i know what i want to do any help would be greatly apericated
CHRIS ONDROVIC |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Mar 12, 2002 10:32 pm |
#AL {xpstart} {#VAR xpstart @xp;#VAR timestart %ctime}
#AL {xprate} {#SHOW Exp per sec~: %eval((@xp - @xpstart)/(%ctime - @timestart))}
Of course, this requires that you already have a variable @xp and a way to keep it current.
LightBulb
All scripts untested unless otherwise noted |
|
|
|
ondrovic Beginner
Joined: 22 Feb 2002 Posts: 25 Location: USA
|
Posted: Wed Mar 13, 2002 12:28 am |
thansk for all your help i would be lost without all of you guys
CHRIS ONDROVIC |
|
|
|
|
|