Initial upload
Initial upload.
This commit is contained in:
12
_module/nss/sc_makerope.nss
Normal file
12
_module/nss/sc_makerope.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
//MASTERM
|
||||
//1-30-03
|
||||
//Create Robe Items Coversation Node "Rope"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC=GetPCSpeaker();
|
||||
|
||||
CreateItemOnObject("rope",oPC,1);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user