Difference between revisions of "Talk:Running Scripts On Arrows"
Jump to navigation
Jump to search
Talk:Running Scripts On Arrows (edit)
Revision as of 13:40, 24 December 2008
, 13:40, 24 December 2008no edit summary
imported>Hawkmoth 101 |
imported>Hawkmoth 101 |
||
Line 9: | Line 9: | ||
scn actrigzoneSCR | scn actrigzoneSCR | ||
ref trigref | ref trigref | ||
begin ontriggermob | begin ontriggermob | ||
set trigref to getActionRef | set trigref to getActionRef | ||
if (trigref.isammo==1) | if (trigref.isammo==1) | ||
trigref.disable | trigref.disable | ||
endif | endif | ||
end | end |