useStaticObject(core,actor) usable in obj scripts

This commit is contained in:
Treeku
2013-11-10 09:59:09 +00:00
parent 7addf47a99
commit 4a2de02212
2 changed files with 21 additions and 0 deletions
@@ -29,5 +29,6 @@ public class ObjControllerOpcodes {
public static final int TARGET_UPDATE = 0x26010000;
public static final int OBJECT_MENU_REQUEST = 0x46010000;
public static final int SECURE_TRADE = 0x15010000;
public static final int USE_STATIC_OBJECT = 0x26010000;
}