Teleport Ring Script applied to a Scroll. If possible, How?

Post » Thu May 03, 2012 3:15 pm

Using the script below for a ring for the 2 bosses in the different cells works. Changing the
REMmed out line,obviously.

;This script is for the home teleport ring, don't know who wrote this.
Begin ajcYakalanit_ScrollScript
short OnPCEquip
if ( OnPCEquip == 1 )
Playsound "conjuration hit"
Player->PositionCell, -576, 3056, -221, 0 "Aharunartus"
;Player->PositionCell; -42, 387, -320, 0 "Yakanolit"
endif
set OnPCEquip to 0
End ajcYakalanit_ScrollScript

However for roleplaying purposes I would like to use a one-shot version for the Minor Boss to
report to the Major Boss in Yakanolit. Applying the script to a Scroll seems not to work, I
assume because you cannot OnPcEqip a scroll.

Will some kind person tell how to make (or provide!) a one-shot version?
My scripting is at the level of finding something that works, then modifying it.

Thanks in advance.

jc
User avatar
R.I.p MOmmy
 
Posts: 3463
Joined: Wed Sep 06, 2006 8:40 pm

Post » Thu May 03, 2012 4:48 pm

I think you could try something like example at page 176 of http://www.scribd.com/doc/7007668/Morrowind-Scripting-for-Dummies-9
User avatar
Minako
 
Posts: 3379
Joined: Sun Mar 18, 2007 9:50 pm

Post » Fri May 04, 2012 4:26 am

I think you could try something like example at page 176 of http://www.scribd.com/doc/7007668/Morrowind-Scripting-for-Dummies-9

Thank you, Im certain I would not have found that by myself.

jc
User avatar
Claire Mclaughlin
 
Posts: 3361
Joined: Mon Jul 31, 2006 6:55 am


Return to III - Morrowind