Nov 20, 2014 at 3:55 AM
Join Date: Nov 21, 2013
Location: farther
Posts: 922
Age: 28
Pronouns: he/him
yes
Silverpaw19 said:How does one edit the name/description of an item/weapon?
From my limited knowledge of ASM, I see no reason why you shouldn't be able to. Although, it might screw with the rest of the weapons.I would like to know if I can add the key on the keyboard "C" to add a second function to the polar star's firing in ASM.
Have a null entity do a FAO and TRA when you first go through the pipe, and have it send the player to the second pipe in the new map (with the pipes being a tile 40).Does anyone know how to transport the player to a different maps with a pipe like the pipes in Plantantion teleport you across the map? The code is confusing and doesn't work too well when you try to adapt it to use <TRA.
the pipes are transporting the player through the <MOV command which transports the player throughout a single map. <TRA transports the player to a specific map at specific coordinates instantaniously. the only way I could see you pull this off is that if the entire mod you where making was just one huge map using a long Vertical BMP tileset that contains all the tilesets you wish to have in it. the disadvantage to this though is that there is a limit to how many entities can be on one map.Does anyone know how to transport the player to a different maps with a pipe like the pipes in Plantantion teleport you across the map? The code is confusing and doesn't work too well when you try to adapt it to use <TRA.
From my limited knowledge of ASM, I see no reason why you shouldn't be able to. Although, it might screw with the rest of the weapons.
too late, I've already cast out the idea, someone is now bound to do it!Doors said:don't ever make a giant map for your entire mod
Bramblestar1227 said:Uhh I don't see it v.v Sorry I know I'm dumb but I just don't see it anywhere
What's precisely not working? I would assume using both the death and interactive traits, coupled with proper flag usage would work fine.ThatPortalGuy said:Is there a way to inspect the Red Demon after death? Like, you kill him (in boss fight) and then you press down on his statue and it gives you some text? I can't figure out how to get it to work correctly.