gfxgfx
 
Please login or register.

Login with username, password and session length
 
gfx gfx
gfx
76774 Posts in 13500 Topics by 1651 Members - Latest Member: insider4ever April 16, 2024, 02:44:23 pm
*
gfx*gfx
gfx
WinMX World :: Forum  |  Third Party Stuff  |  Bots  |  my scripts with %PARAM% in them arent working any more
gfx
gfxgfx
 

Author Topic: my scripts with %PARAM% in them arent working any more  (Read 4118 times)

0 Members and 1 Guest are viewing this topic.

Erica

  • Guest
my scripts with %PARAM% in them arent working any more
« on: June 04, 2009, 03:50:47 am »
My metis bot was working fine then it crashed and i had to make a new one. I put the exact same scripts that i used before in it and the ones with %PARAM% in them aren't working anymore. Like !flirt %PARAM% or !slap %PARAM%. here are some of the scripts

Code: [Select]
<command type="random">
<in>!flirt %PARAMETER%</in>
<out> %NAME% #c11#runs their finger up and down %PARAM%'s #c11#arm </out>
<out> %NAME% #c11#gives %PARAM%  #c11#butterfly kisses </out>
<out> %NAME% #c11#grabs %PARAM%'s #c11#butt </out>
<out> %NAME% #c11#gives %PARAM% #c11#a single red rose </out>
<out> %NAME% #c11#rests their head on %PARAM%'s #c11#sholder </out>
<out> %NAME% #c11#gives %PARAM% #c11#a back rub </out>
<out> %NAME% #c11#winks at %PARAM% </out>
<out> %NAME% #c11#nibbles on %PARAM%'s #c11#ear </out>
<out> %NAME% #c11#blows %PARAM% #c11#a kiss </out>
<out> %NAME% #c11#plays footsies with %PARAM% </out>
<out> %NAME% #c11#gives %PARAM% #c11#a more than just friendly hug </out>
<out> %NAME% #c11#runs their fingers through %PARAM%'s #c11#hair </out>
</command>

<command type="script">
<in>!tuck %PARAM%</in>
<out>#c8#%NAME% #c15#fluffs #c16#%PARAM%'s #c15#pillow,</out>
<out>#c15#and tucks #c16#%PARAM% #c15#in gently.</out>
<out>#c8#%NAME% #c27#reads #c16#%PARAM% #c27#a bedtime story.</out>
<out>#c8#%NAME% #c7#checks #c16#%PARAM%'s #c7#closet for scary monsters and turns out the light.</out>
<out>#c33#SLEEP WELL #c16#%PARAM% #c33#!</out>
</command>


<command type="script">
<in>!untuck %PARAM%</in>
<out>#c15#%NAME% #c27#yanks the covers off of #c15#%PARAM%#c27#,</out>
<out>#c33#grabs a pan and spoon and bangs them over #c15#%PARAM%'s #c33#head.</out>
<out>#c16#WAKEY WAKEY #c15#%PARAM%! #c16#Rise and shine!</out>
<out>#c7#(#c15#%NAME% #c7#runs out of the room before #c15#%PARAM% #c7#can throw the pan at them. o.O)</out>
</command>


<command>
<in>!hug %PARAM%</in>
<out>%NAME% #c33#gives #c18#%PARAM% #c33#a huge hug  #c10#((((((( #c18#%PARAM% #c10#)))))))  #c33#awwww so much love in this room #c7#:#c17#)</out>
</command>


please help if u can, thanks! :-)

*Erica*


[Edited by Mr.Snicky for code tags]


Offline Mr.Snicky

  • Forum Member
  • Yep?
Re: my scripts with %PARAM% in them arent working any more
« Reply #1 on: June 04, 2009, 03:57:02 am »
Try this.

Code: [Select]

<command type="script">
<in>!tuck %PARAM%</in>
<out type="push" extdata="tuck">%PARAM%</out>
<out>#c8#%NAME% #c15#fluffs #c16#$tuck$'s #c15#pillow,</out>
<out>#c15#and tucks #c16#$tuck$ #c15#in gently.</out>
<out>#c8#%NAME% #c27#reads #c16#$tuck$ #c27#a bedtime story.</out>
<out>#c8#%NAME% #c7#checks #c16#$tuck$'s #c7#closet for scary monsters and turns out the light.</out>
<out>#c33#SLEEP WELL #c16#$tuck$ #c33#!</out>
</command>

Don't know if that'll work but may be worth a try.

Erica

  • Guest
Re: my scripts with %PARAM% in them arent working any more
« Reply #2 on: June 04, 2009, 04:11:49 am »
ya thanks but didnt work

Offline Joshua203

  • MX Hosts
  • *****
  • *****
  • www.DutchaGoGo.com
    • www.DutchaGoGo.com and a few more like WinMX.ComXa.com and WinMX.ExoFire.net
Re: my scripts with %PARAM% in them arent working any more
« Reply #3 on: June 04, 2009, 08:34:02 am »
Hi erica does it help if you replace all param with parameter ??

both should work but who knows ;-)
Windows 7 Ultimate 64bit Edition, CPU Intel64 Family 6 Model 26 Stepping 5 Genuine Intel Intel(R) Core(TM) i7 CPU 930 @ 2.80GHz, RAM: 12GB

WebSite: www.DutchaGoGo.com

Offline Joshua203

  • MX Hosts
  • *****
  • *****
  • www.DutchaGoGo.com
    • www.DutchaGoGo.com and a few more like WinMX.ComXa.com and WinMX.ExoFire.net
Re: my scripts with %PARAM% in them arent working any more
« Reply #4 on: June 04, 2009, 08:39:00 am »
i see you used them both at the same time here

Code: [Select]
<in>!flirt %PARAMETER%</in>
<out> %NAME% #c11#runs their finger up and down %PARAM%'s #c11#arm </out>

maybe that is the cause, just guessing ;-)
Windows 7 Ultimate 64bit Edition, CPU Intel64 Family 6 Model 26 Stepping 5 Genuine Intel Intel(R) Core(TM) i7 CPU 930 @ 2.80GHz, RAM: 12GB

WebSite: www.DutchaGoGo.com

Offline wonderer

  • MX Hosts
  • *****
  • ***
Re: my scripts with %PARAM% in them arent working any more
« Reply #5 on: June 04, 2009, 01:23:46 pm »
And your robomx version and metis version are?
Robomx version, look in robomx/help/ about
Metis version, look in robomx/view/plugins


WinMX World :: Forum  |  Third Party Stuff  |  Bots  |  my scripts with %PARAM% in them arent working any more
 

With Quick-Reply you can write a post when viewing a topic without loading a new page. You can still use bulletin board code and smileys as you would in a normal post.

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Name: Email:
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image
Type the letters shown in the picture:
What program is this site about?:
What year is it next year?:
What's the name of the site this forum belongs to?:

gfxgfx
gfx
©2005-2024 WinMXWorld.com. All Rights Reserved.
SMF 2.0.19 | SMF © 2021, Simple Machines | Terms and Policies
Page created in 0.02 seconds with 25 queries.
Helios Multi © Bloc
gfx
Powered by MySQL Powered by PHP Valid XHTML 1.0! Valid CSS!