| I'm trying to make cinematic cutscenes like in NEStalgia. But I can't figure out how to make the mobs that I am …
|
|
2 |
|
|
| Using a custom interface how would you guys implement a WoW style talent tree system. Such as certain classes …
|
|
1 |
|
|
|
2 |
|
|
| Just wondering if there is a way to collect information on the mouse as in ex: My mouse pointer is north of the player …
|
|
1 |
|
|
| How would i go about doing a World of Warcraft style chat system... where if a user typed /s and then space bar it …
|
|
5 |
|
|
| Move() for(var/mob/NPC/M in oview(7)) for(var/obj/Quests/Q in M.QuestList) var/image/I if(usr.Quest[Q.NUMBER]=="DONE" ) …
|
|
1 |
|
|
| I searched the forums but couldn't find any topic on my situation. I have a quest giver NPC that stands there when you …
|
|
5 |
|
|
| I have been trying to figure out .dmf files for days now and made a little progress but I ran into something I cant …
|
|
1 |
|
|
| Battle_Invite(mob/Character/M as mob in view(10)) set category="Communication" if(Talk==1) switch(alert(M, "[usr] …
|
|
2 |
|
|