Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - holden24

#1
Firstly, sorry if this is in the wrong forum, I didn't know where else to put it (except for maybe the Technical Forum).
Could someone please help me to script these actions?

1. When you press the Spacebar 1213 jumps forward, how would I script the animation for jumping forwards, because my character jumps back to his original position eg.
Code: ags
if (keycode == 32) {
player.LockView(5);
player.Animate(player.Loop, 5);
player.UnlockView();
}


2. For jumping up and grabbing onto ledges, how would you script that?

and 3. For falling down when you jump and theres no walkable areas underneath you?

any help would be appreciated, thanks in advance.
#2
But how I want the character to follow is not like how you think.
I want the character to follow the player like in '7 Days a Skeptic'.
#3
I cant get my run-script x in my dialogs to work.

Code:
#sectionstart dialog_request  // DO NOT EDIT OR REMOVE THIS LINE
function dialog_request(int parameter) {

dialog_request (1) {
player.Walk(160,171,eBlock);
player.Say("Why, Thank-you");
player.Walk(160,160);
}
 
}
#sectionend dialog_request  // DO NOT EDIT OR REMOVE THIS LINE
#4
In 1213, he shoots with Tab, but he shoots both ways.
When I script my character to attack with Tab he only attacks 1 way.
Can someone please help me?
SMF spam blocked by CleanTalk