标题: 各位老师!请教这段脚本。 [打印本页] 作者: chunfu 时间: 2008-4-18 23:17 标题: 各位老师!请教这段脚本。 先在RGSS编辑器中新建一个脚本,插入这些
class Say_Something
def initialize
print “I am therefore I’m coded”
end
end
然后找个npc并在他事件页的脚本那里写入Say_Something.new
点他后我们看到什么了呢?冒出来一个写着” I am therefore I’m coded”的窗口.