Changed folder name.
Changed folder name.
This commit is contained in:
14
_module/nss/teleheal.nss
Normal file
14
_module/nss/teleheal.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
// A Healing script good for attaching to Fountains and Kegs.
|
||||
// by. Sin (GOC) and the help of Brenon Holmes.
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
//Get Trapdoor
|
||||
object oDoor = GetObjectByTag("telefountain");
|
||||
|
||||
|
||||
//start trapdoor conversation
|
||||
AssignCommand (oPC,ActionStartConversation(oDoor));
|
||||
}
|
Reference in New Issue
Block a user