From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/items/launcher_ammo.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 npc/items/launcher_ammo.txt (limited to 'npc/items/launcher_ammo.txt') diff --git a/npc/items/launcher_ammo.txt b/npc/items/launcher_ammo.txt new file mode 100755 index 00000000..4c84e950 --- /dev/null +++ b/npc/items/launcher_ammo.txt @@ -0,0 +1,19 @@ + +function script CheckLauncher { + if (getequipid(equip_arrow) == -1) + @LauncherType = 0; + return; +} + +function script CheckAmmo { + if ((@LauncherType == @AmmoType) || (!@LauncherType)) + goto L_Return; + + callfunc "UnequipLater"; + goto L_Return; + +L_Return: + @LauncherType = 0; + @AmmoType = 0; + return; +} -- cgit v1.2.3-70-g09d2