Haz
Haz ya seen my hack?
- 698
- Posts
- 15
- Years
- Australia- Aussie, Aussie, Aussie!, Oi, Oi, Oi!
- Seen Aug 16, 2011
Hi, I'm new to scripting and I'm having trouble with this script.
I'm following a tutorial and I understand it, but the two scripts I'm using are not working when I test them in VBA.
Script one
#dynamic 0x01
#org @start
lock
faceplayer
msgbox @1 0x6
release
end
#org @1
= Duo!!
Script two
#dynamic 0x02
#org @start
lock
faceplayer
msgbox @1 0x6
release
end
#org @1
= Duo!
They are a person event for two Duduo on a farm. I'm using XSE.
I'm following a tutorial and I understand it, but the two scripts I'm using are not working when I test them in VBA.
Script one
#dynamic 0x01
#org @start
lock
faceplayer
msgbox @1 0x6
release
end
#org @1
= Duo!!
Script two
#dynamic 0x02
#org @start
lock
faceplayer
msgbox @1 0x6
release
end
#org @1
= Duo!
They are a person event for two Duduo on a farm. I'm using XSE.