Initial upload
Initial upload.
This commit is contained in:
11
_module/nss/ew_d20roll.nss
Normal file
11
_module/nss/ew_d20roll.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetLastSpeaker();
|
||||
int nRoll=d20();
|
||||
string sName = GetName(oPC);
|
||||
string sRoll=IntToString(nRoll);
|
||||
AssignCommand( oPC, ActionPlayAnimation (ANIMATION_LOOPING_GET_MID, 3.0, 3.0));
|
||||
DelayCommand( 2.0, AssignCommand( oPC, SpeakString(sName+"Rolled a d20 and gets a: "+sRoll)));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user