generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
18
_module/nss/opw_give_robe.nss
Normal file
18
_module/nss/opw_give_robe.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Give Specific Items - On Client Enter
|
||||
// opw_give_robe
|
||||
// By Don Anderson
|
||||
// dandersonru@msn.com
|
||||
//
|
||||
// Gives a Basic Brown Robe
|
||||
//
|
||||
// This script is called from the DM
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
object oRobe = CreateItemOnObject("nw_cloth007",oPC);
|
||||
AssignCommand(oPC,ActionEquipItem(oRobe,INVENTORY_SLOT_CHEST));
|
||||
}
|
||||
Reference in New Issue
Block a user