19 lines
482 B
Plaintext
19 lines
482 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: swt_waitr_spirit
|
||
|
//:: swt_waitr_spirit.nss
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Lysandius
|
||
|
//:: Created On: 09-07-2002
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalString(OBJECT_SELF, "sDrink", "NW_IT_MPOTION022");
|
||
|
ExecuteScript("swt_waitr_get", OBJECT_SELF);
|
||
|
}
|