|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4690 Location: Pensacola, FL, USA
|
Posted: Wed Jun 01, 2011 3:38 am
#LOOK |
is there a way to override the value of #LOOK?
#EVENT onRoomEnter {#IF (%zonename="fancylook zone") {make #LOOK fancy} {make #LOOK default}} |
|
_________________ Discord: Shalimarwildcat |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Wed Jun 01, 2011 4:26 am |
Not sure you can do it via script, but if you can it'd probably be done via %pref(). If that doesn't work, you'll just have to go into Map Preferences and change the look command (Strings and Doors section) to a short bit of code or alias.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Rahab Wizard
Joined: 22 Mar 2007 Posts: 2320
|
Posted: Wed Jun 01, 2011 2:32 pm |
There is the %look() function.
|
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4690 Location: Pensacola, FL, USA
|
Posted: Wed Jun 01, 2011 7:43 pm |
Perfect.
|
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|