From 9913f13573d737b4c54c7cad23b77c6a940fe8f4 Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 3 Jun 2017 12:52:53 -0400 Subject: flag misceffect() as deprecated --- doc/script_commands.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index a7eb55073..34089f767 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -7635,6 +7635,10 @@ without event labels. If specified name is not found, command does nothing. *misceffect() + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + @ /!\ This command is deprecated @ + @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + This command, if run from an NPC object that has a sprite, will call up a specified effect number, centered on the NPC sprite. If the running code does not have an object ID (a 'floating' NPC) or is not running from an @@ -7643,8 +7647,9 @@ character who's RID got attached to the script, if any. For usable item scripts, this command will create an effect centered on the player using the item. -A full list of known effects is found in 'doc/effect_list.txt'. The list -of those that actually work may differ greatly between client versions. +This command is deprecated and it should not be used in new scripts, as it is +likely to be removed at a later time. Please use specialeffect instead, +ie: specialeffect(, , ) --------------------------------------- -- cgit v1.2.3-70-g09d2