Initial upload
Initial upload
This commit is contained in:
15
_module/nss/givepcsocket.nss
Normal file
15
_module/nss/givepcsocket.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//Created by Guile 4/31/09
|
||||
|
||||
//This script will on rare occasions give a PCs a random
|
||||
//Enchanting Gem..
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetExitingObject();
|
||||
|
||||
if (!GetIsPC(oPC) || GetIsDM(oPC)) return;
|
||||
|
||||
DelayCommand(30.0, ExecuteScript("gen_geg_treas", oPC));
|
||||
|
||||
}
|
Reference in New Issue
Block a user