| 
 
| 赞 | 0 |  
| VIP | 30 |  
| 好人卡 | 4 |  
| 积分 | 1 |  
| 经验 | 6446 |  
| 最后登录 | 2022-4-23 |  
| 在线时间 | 156 小时 |  
 Lv1.梦旅人 
	梦石0 星屑84 在线时间156 小时注册时间2009-8-5帖子533 | 
| 用事件的话 选项
 
 脚本的话
 s6 = "进入论坛"#6数字自己改 如果你加在S5的下面的话那就不用改了
 
 @command_window = Window_Command.new(160, [s1, s2, s3, s4, s5, s6])
 when 6 #论坛
 $bb_66rpg = Win32API.new('shell32.dll','ShellExecuteA',%w(p p p p p i),'i')
 $bb_66rpg.call(0, 'open', 'http://rpg.blue/web/',0, 0, 1)
 | 
 |