Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
16
_module/nss/at_024.nss
Normal file
16
_module/nss/at_024.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_024
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 26/04/2008 15:13:27
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("contraption", GetPCSpeaker(), 1);
|
||||
|
||||
// Set the variables
|
||||
SetLocalInt(GetPCSpeaker(), "youwantscontraption", 1);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user