generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit
This commit is contained in:
11
_module/nss/rank_test1.nss
Normal file
11
_module/nss/rank_test1.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "rank"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastUsedBy();
|
||||
int oKills = GetLocalInt(oPC, "iKilled");
|
||||
++oKills;
|
||||
SetLocalInt(oPC, "iKilled", oKills);
|
||||
FloatingTextStringOnCreature(IntToString(oKills), oPC);
|
||||
GetRank(oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user