7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
void main()
|
|
{
|
|
// TODO-SHERINCALL: Remove this
|
|
SetLocalString(OBJECT_SELF, "STORE_TO_OPEN", "SoneaShop");
|
|
ExecuteScript("anph_open_store", OBJECT_SELF);
|
|
}
|