Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
16
_module/nss/at_030.nss
Normal file
16
_module/nss/at_030.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_030
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 11/05/2008 08:59:47
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("item021", GetPCSpeaker(), 1);
|
||||
|
||||
// Set the variables
|
||||
SetLocalInt(GetPCSpeaker(), "YouhasBook", 1);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user