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