///////////////////////////////////// // 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); }