1
Mega Tokyo SCI Archive / Re:Script - Need X & Y values given to another instance properties
« on: June 29, 2004, 11:02:51 PM »
Ok I didn't get an answer so I spent hours pulling my hair, catching up on the basics. I've found my solution and I have to admit I've learned more than if someone had just handed me the answer.
I'm sure there are other ways of doing it using the same basic logic, but here is what I did. Down below under method (doit) I added this and took out the send gRoom used with the code that changed the view:
(if(== (send gEgo:view) 008 and == (send gEgo:cel) 9)
(send gRoom:newRoom(3))
)
I'm sure there are other ways of doing it using the same basic logic, but here is what I did. Down below under method (doit) I added this and took out the send gRoom used with the code that changed the view:
(if(== (send gEgo:view) 008 and == (send gEgo:cel) 9)
(send gRoom:newRoom(3))
)