generated from Jaysyn/ModuleTemplate
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
/////////////////////////////////////
|
|
// Dragon's Edge
|
|
// by Charly Carlos
|
|
/////////////////////////////////////
|
|
// Sets the variable to 1 meaning Amand has allowed the player see the
|
|
// special inventory.
|
|
/////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "AllowSpecial", 1);
|
|
}
|