5 lines
109 B
Plaintext
5 lines
109 B
Plaintext
|
void main()
|
||
|
{
|
||
|
ExecuteScript("prc_unequip", OBJECT_SELF);
|
||
|
ExecuteScript("x2_mod_def_unequ", OBJECT_SELF);
|
||
|
}
|