Guest Posted July 2, 2007 Posted July 2, 2007 on *:SIGNAL:mta.connect:{ alias mta.menu { if ($dialog(mta.menu)) !dialog -v mta.menu else !dialog -md mta.menu mta.menu } on *:DIALOG:mta.menu:init:*:mta.menu.update } on *:DIALOG:mta.menu:sclick:*:{ if ($did == 21) !run http://www.mtavc.com elseif ($did == 22) !run http://www.renegadeassasinproduction.co.nr elseif ($did == 23) !run Sirricharic elseif ($did == 48) { } elseif ($did == 73) mta.menu.update elseif ($did == 81) !writeini -n " $+ $script.dir $+ qotd.ini" Quote $did(mta.menu,80) } if ($readini($rpg.dir $+ rpg.data.ini,data,admin)) !did -a rpg.menu 80 $readini($rpg.dir $+ rpg.data.ini,data,admin) else !did -ra rpg.menu 80 un-set } title "Quote of the Day by Sirricharic" size -1 -1 196 108 option dbu dialog mta.menu { tab "Created By", 1, 0 -2 197 112 tab "QOTD", 4 edit "", 80, 37 15 57 10, tab 4 autohs button "Ok", 81, 97 15 37 10, tab 4 text "Quote Name:", 82, 4 16 32 8, tab 4 } } Can somone fix this for me im having trouble with it and i cant get the thing rite when u type !quote it wont work
lil Toady Posted July 3, 2007 Posted July 3, 2007 well i don't see any code for !quote.. Only messed up events and alliases, with lots of dialog funcs which aint event connected to each other in the script..
Recommended Posts