CosmicBlazer
Batman
- 190
- Posts
- 12
- Years
- USA
- Seen Sep 26, 2016
I want my player to come downstairs and then the mom comes to me, gives the Running Shoes, and then goes back to her old position.
The problem is that she doesn't go back to her position and would i need to add a lock and faceplayer to the script for my player to look at her. Also for the script to activate I need to walk out of the script and then back into it for it to work. Would I need to do a level script in this situation for it activate once I go downstairs?
Heres my script
The problem is that she doesn't go back to her position and would i need to add a lock and faceplayer to the script for my player to look at her. Also for the script to activate I need to walk out of the script and then back into it for it to work. Would I need to do a level script in this situation for it activate once I go downstairs?
Heres my script
Spoiler:
#dynamic 0x800000
#org @start
checkflag 0x82F
if 0x1 goto @dont
applymovement 0x1 @move
waitmovement 0x0
msgbox @hi 0x6
setflag 0x82F
applymovement 0x1 @do
setvar 0x4000 0x1
release
end
#org @dont
clearflag 0x82F
release
end
#org @move
#raw 0x62
#raw 0x11
#raw 0x13
#raw 0x13
#raw 0x4A
#raw 0xfe
#org @hi
= Hey hunny. Here are your \n Running shoes.
#org @do
#raw 0x12
#raw 0x12
#raw 0x10
#raw 0x2
#raw 0xfe
#org @start
checkflag 0x82F
if 0x1 goto @dont
applymovement 0x1 @move
waitmovement 0x0
msgbox @hi 0x6
setflag 0x82F
applymovement 0x1 @do
setvar 0x4000 0x1
release
end
#org @dont
clearflag 0x82F
release
end
#org @move
#raw 0x62
#raw 0x11
#raw 0x13
#raw 0x13
#raw 0x4A
#raw 0xfe
#org @hi
= Hey hunny. Here are your \n Running shoes.
#org @do
#raw 0x12
#raw 0x12
#raw 0x10
#raw 0x2
#raw 0xfe