Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
15
_module/nss/at_027.nss
Normal file
15
_module/nss/at_027.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_027
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 29/04/2008 21:57:49
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
object oBook = GetObjectByTag("witchcraftvol1");
|
||||
ActionGiveItem(oBook, GetPCSpeaker());
|
||||
|
||||
// Set the variables
|
||||
SetLocalInt(GetPCSpeaker(), "YouhasBook", 1);
|
||||
}
|
||||
Reference in New Issue
Block a user