Difference between revisions of "Talk:Running Scripts On Arrows"
Jump to navigation
Jump to search
Talk:Running Scripts On Arrows (edit)
Revision as of 06:53, 26 December 2008
, 06:53, 26 December 2008no edit summary
imported>DragoonWraith |
imported>Hawkmoth 101 |
||
Line 26: | Line 26: | ||
:Also, please use see [[Help:Wiki Editing Syntax Guide#Code Boxes|here]] for information on properly displaying script code, and please use <nowiki>~~~~</nowiki> to [[Help:Wiki Editing Syntax Guide#Signing a Page|sign your comments]]. Thank you. | :Also, please use see [[Help:Wiki Editing Syntax Guide#Code Boxes|here]] for information on properly displaying script code, and please use <nowiki>~~~~</nowiki> to [[Help:Wiki Editing Syntax Guide#Signing a Page|sign your comments]]. Thank you. | ||
:[[User:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">D</span>ragoon <span style="font-family: Oblivion, Daedric Runes; size=2;">W</span>raith]] [[User_talk:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">TALK</span>]] 00:48, 25 December 2008 (EST) | :[[User:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">D</span>ragoon <span style="font-family: Oblivion, Daedric Runes; size=2;">W</span>raith]] [[User_talk:DragoonWraith|<span style="font-family: Oblivion, Daedric Runes; size=2;">TALK</span>]] 00:48, 25 December 2008 (EST) | ||
[[User:Hawkmoth 101|Hawkmoth 101]] 06:53, 26 December 2008 (EST) sorry i'm a bit new to this. Ok my problem is that my magic is still being disabled even with the use of the "trigref.isammo" command i am not sure why this is. | |||
Here is the script: | |||
scn actrigzoneSCR | |||
ref trigref | |||
begin ontriggermob | |||
set trigref to getActionRef | |||
if (trigref.isammo==1) | |||
trigref.disable | |||
endif | |||
end | |||
If you can tell me what is wrong I would appreciate it. |