17 lines
481 B
Plaintext
17 lines
481 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName messend
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 4/27/2003 3:43:16 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("MilitiaRation", GetPCSpeaker(), 1);
|
||
|
|
||
|
// Set the variables
|
||
|
SetLocalInt(GetPCSpeaker(), "messonce", 1);
|
||
|
|
||
|
}
|