Oxxy 24 Posted May 25, 2015 so the title says it. Make bindatcmd work with atcommand script command. for example: bindatcmd "showmvp", "showmvp::OnCall";bindatcmd "showmvp", "showmvp::OnCall"; then OnPCLoginEvent: atcommand "@showmvp";OnPCLoginEvent: atcommand "@showmvp"; and aswell if its possible make these command add to @commands list. would be quiet useful Quote Share this post Link to post Share on other sites
evilpuncker 504 Posted May 26, 2015 I guess you can just attach player and run doevent "<NPC object name>::<event label>"; Quote Share this post Link to post Share on other sites
Oxxy 24 Posted May 26, 2015 (edited) On 5/26/2015 at 1:40 AM, evilpuncker said: I guess you can just attach player and run doevent "<NPC object name>::<event label>"; I need it to work exactly like @atcommand, but I don't really want to create tons of source-atcommands that are calling npc events. Edited May 26, 2015 by Oxxy Quote Share this post Link to post Share on other sites
evilpuncker 504 Posted May 26, 2015 ---------------------------------------*useatcmd "command";This command will execute an atcommand binding on the attached RID from a script. The three .@atcmd_***** variables will NOT be set when invoking scripts-atcommands this way.------------------------------------------------------------------------------*useatcmd "command";This command will execute an atcommand binding on the attached RID from a script. The three .@atcmd_***** variables will NOT be set when invoking scripts-atcommands this way.--------------------------------------- isn't this enough? 1 Oxxy reacted to this Quote Share this post Link to post Share on other sites
Oxxy 24 Posted May 26, 2015 On 5/26/2015 at 6:34 PM, evilpuncker said: ---------------------------------------*useatcmd "command";This command will execute an atcommand binding on the attached RID from a script. The three .@atcmd_***** variables will NOT be set when invoking scripts-atcommands this way.------------------------------------------------------------------------------*useatcmd "command";This command will execute an atcommand binding on the attached RID from a script. The three .@atcmd_***** variables will NOT be set when invoking scripts-atcommands this way.--------------------------------------- isn't this enough? Oh, didn't know about it, tho would be anyway useful to show these commands in @commands. Quote Share this post Link to post Share on other sites
evilpuncker 504 Posted May 26, 2015 I agree, but its has been already suggested here Quote Share this post Link to post Share on other sites
Oxxy 24 Posted May 26, 2015 On 5/26/2015 at 7:04 PM, evilpuncker said: I agree, but its has been already suggested here ;-) Didn't know about the theme, so delete theme or w/e Quote Share this post Link to post Share on other sites