| var/ pop=text2num(copytext(kk,findtext(kk,"*"))) src.lp=antigo*pop src.lp is becoming 0 when I type *2 or *40 or …
|
|
5 |
|
|
| winset(usr,"window1.label18"," image='LIGHT.dmi'") or winset(usr,"label18","image=' LIGHT.dmi'") or …
|
|
15 |
|
|
| I made an Input, how can I make it only accept numbers?
|
|
1 |
|
|
|
7 |
|
|
|
13 |
|
|
| How can I change the font of a single string of text in output window? world TEST" I tried this and didn't work
|
|
1 |
|
|
| As the title says, what I want is to sort a list in alphabetical order, how can I do this?
|
|
1 |
|
|
|
4 |
|
|
| Look, I have and obj in the map and I want to move it to a list(not usr.contents) called usr.list1, I tried this way: …
|
|
8 |
|
|
| So, i have it: obj Sword icon='sword.dmi' verb Change_Position() if(src.position=="Horizontal") …
|
|
2 |
|
|
| How can I use over_location as an obj? I have an obj and when I drag another obj into it I want something to happen, …
|
|
4 |
|
|
| Basically, what I want is to show "[" in a output. //stuff world << "[Info]: [usr] logged in..." //stuff But when you …
|
|
4 |
|
|
|
9 |
|
|
| I wanna add the icon of an obj to a label... Example: I have a image.dmi file I have a list called list2 and a label …
|
|
8 |
|
|
| I want to make an obj look to NORTH when it is in a list. //stuff for(var/obj/M in usr.contents) M.dir=NORTH //stuff …
|
|
2 |
|
|
| I have some lists in my game called: deck1 deck2 deck3 deck4 deck5 deck6 deck7 deck8 deck9 deck10 And an obj: deck What …
|
|
2 |
|
|
| First of all: I'm new to this programming thing. So, I want to display letters/numbers in the map. I know i need to …
|
|
5 |
|
|
| I want to make an obj move towards a player or creature, but I dont want it to follow the creature, I just want it to …
|
|
17 |
|
|