Jump to content

Brynnlaw Inn Rumor fix


icelus

Recommended Posts

ppinn01.sto references rumorp.dlg as its source for rumors. Unfortunately, that .dlg file has all of its states false()'d out.

 

The code I'm attaching is from a .d file. I'm sure there's probably a way to do it directly via the .tp2, but... not my forté. :)

 

REPLACE_STATE_TRIGGER RUMORP 0 ~RandomNum(7,1)~

REPLACE_STATE_TRIGGER RUMORP 1 ~RandomNum(7,2)~

REPLACE_STATE_TRIGGER RUMORP 2 ~RandomNum(7,3)~

REPLACE_STATE_TRIGGER RUMORP 3 ~RandomNum(7,4)~

REPLACE_STATE_TRIGGER RUMORP 4 ~RandomNum(7,5)~

REPLACE_STATE_TRIGGER RUMORP 5 ~RandomNum(7,6)~

REPLACE_STATE_TRIGGER RUMORP 6 ~RandomNum(7,7)~

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...