Initial upload
Initial upload
This commit is contained in:
14
_module/nss/mirrorscript044.nss
Normal file
14
_module/nss/mirrorscript044.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//Put this script OnUsed
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
if (GetHitDice(oPC) < 20)
|
||||
return;
|
||||
|
||||
ActionStartConversation(oPC, "mirrortalk044");
|
||||
|
||||
}
|
Reference in New Issue
Block a user