Initial upload
Initial upload
This commit is contained in:
12
_module/nss/module_levelup.nss
Normal file
12
_module/nss/module_levelup.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oPC=GetPCLevellingUp() ;
|
||||
int level = GetHitDice(oPC);
|
||||
|
||||
string name = GetName(oPC);
|
||||
string levels= IntToString(level);
|
||||
|
||||
string msg = ("Leveling :: " + name + " Level " + levels + "." );
|
||||
SendMessageToAllDMs(msg);
|
||||
|
||||
}
|
Reference in New Issue
Block a user